lib/waitest.rb in waitest-0.1.1 vs lib/waitest.rb in waitest-0.1.2
- old
+ new
@@ -5,10 +5,10 @@
module Waitest
class Error < StandardError; end
# Your code goes here...
class Testing
- def hello_world
+ def self.hello_world
'hello world'
end
end
end