lib/waitest.rb in waitest-0.1.7 vs lib/waitest.rb in waitest-0.1.9

- old
+ new

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