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