test/test_result.txt in quicktest-0.4.0 vs test/test_result.txt in quicktest-0.5.0

- old
+ new

@@ -1,69 +1,69 @@ .....FFFFFFFF 1) -'#<Object:0xb787b240> should show class name in output' FAILED +'#<Object:0xb78e4d30> should show class name in output' FAILED expected: /^'#<Object:0x[^>]+> should show class name in output' FAILED$/, got: nil (using =~) ./test.rb:58:in `quicktest' -../lib/quicktest.rb:91:in `call' -../lib/quicktest.rb:91:in `__quicktest_run_tests__' +../lib/quicktest.rb:99:in `call' +../lib/quicktest.rb:99:in `__quicktest_run_tests__' 2) -'#<Object:0xb787a548> new_method_added should show name of added method' FAILED +'#<Object:0xb78e3f20> new_method_added should show name of added method' FAILED expected: /^'#<Object:0x[^>]+> new_method_added should show name of added method' FAILED$/, got: nil (using =~) ./test.rb:68:in `quicktest' -../lib/quicktest.rb:91:in `call' -../lib/quicktest.rb:91:in `__quicktest_run_tests__' +../lib/quicktest.rb:99:in `call' +../lib/quicktest.rb:99:in `__quicktest_run_tests__' 3) 'TestModule should show class name in output' FAILED expected: /^'TestModule should show class name in output' FAILED$/, got: nil (using =~) ./test.rb:78:in `quicktest' -../lib/quicktest.rb:91:in `call' -../lib/quicktest.rb:91:in `__quicktest_run_tests__' +../lib/quicktest.rb:99:in `call' +../lib/quicktest.rb:99:in `__quicktest_run_tests__' 4) 'TestModule new_singleton_method_added should show class name in output' FAILED expected: /^'TestModule new_singleton_method_added should show class name in output' FAILED$/, got: nil (using =~) ./test.rb:89:in `quicktest' -../lib/quicktest.rb:91:in `call' -../lib/quicktest.rb:91:in `__quicktest_run_tests__' +../lib/quicktest.rb:99:in `call' +../lib/quicktest.rb:99:in `__quicktest_run_tests__' 5) 'TestClass should show class name in output' FAILED expected: /^'TestClass should show class name in output' FAILED$/, got: nil (using =~) ./test.rb:100:in `quicktest' -../lib/quicktest.rb:91:in `call' -../lib/quicktest.rb:91:in `__quicktest_run_tests__' +../lib/quicktest.rb:99:in `call' +../lib/quicktest.rb:99:in `__quicktest_run_tests__' 6) -'#<TestClass:0xb7877c94> should show class name in output' FAILED +'#<TestClass:0xb78de124> should show class name in output' FAILED expected: /^'#<TestClass:0x[^>]+> should show class name in output' FAILED$/, got: nil (using =~) ./test.rb:107:in `quicktest' -../lib/quicktest.rb:91:in `call' -../lib/quicktest.rb:91:in `__quicktest_run_tests__' +../lib/quicktest.rb:99:in `call' +../lib/quicktest.rb:99:in `__quicktest_run_tests__' 7) -'#<TestClass:0xb78763bc> new_method_added should show name of added method' FAILED +'#<TestClass:0xb78dc4b4> new_method_added should show name of added method' FAILED expected: /^'#<TestClass:0x[^>]+> new_method_added should show name of added method' FAILED$/, got: nil (using =~) ./test.rb:117:in `quicktest' -../lib/quicktest.rb:91:in `call' -../lib/quicktest.rb:91:in `__quicktest_run_tests__' +../lib/quicktest.rb:99:in `call' +../lib/quicktest.rb:99:in `__quicktest_run_tests__' 8) 'TestClass new_singleton_method_added should show class name in output' FAILED expected: /^'TestClass new_singleton_method_added should show class name in output' FAILED$/, got: nil (using =~) ./test.rb:128:in `quicktest' -../lib/quicktest.rb:91:in `call' -../lib/quicktest.rb:91:in `__quicktest_run_tests__' +../lib/quicktest.rb:99:in `call' +../lib/quicktest.rb:99:in `__quicktest_run_tests__' -Finished in 0.182849 seconds +Finished in 0.04979 seconds 13 examples, 8 failures