Module: Monkey

Defined in:
lib/monkeytest.rb

Class Method Summary collapse

Class Method Details

.run_tests(verbosity, output) ⇒ Object

Warn users about the new way to test like a monkey



16
17
18
19
20
# File 'lib/monkeytest.rb', line 16

def self.run_tests(verbosity,output)
  puts "As of Monkey Test 1.0.0 the use of rakefiles is no longer used.  You can now run monkeytest as its own command line, monkeytest --help for a list of options."
  puts "Don't forget to remove monkey.rake from lib/tasks of your rails project!"
  exit!(0)
end