Classes: Test
88 89 90 91
# File 'lib/testy.rb', line 88 def Testy.testing(*args, &block) failures = Test.new(*args, &block).run exit(failures) end
6
# File 'lib/testy.rb', line 6 def Testy.version() '0.4.2' end