lib/waitest.rb in waitest-0.1.14 vs lib/waitest.rb in waitest-0.2.0

- old
+ new

@@ -6,9 +6,9 @@ class Error < StandardError; end # Your code goes here... class Testing def self.hello_world - 'hello world test' + 'hello world' end end end