class Kender::ConsistencyFail

Public Instance Methods

available?() click to toggle source
# File lib/kender/commands/consistency_fail.rb, line 4
def available?
  in_gemfile?("consistency_fail")
end
command() click to toggle source
# File lib/kender/commands/consistency_fail.rb, line 8
def command
  'bundle exec consistency_fail'
end