Skip to content

Instantly share code, notes, and snippets.

@AndrewVos
Created December 16, 2011 12:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndrewVos/1485797 to your computer and use it in GitHub Desktop.
Save AndrewVos/1485797 to your computer and use it in GitHub Desktop.
1) Failure:
test_run_error_teardown(TestMiniTestUnit) [/Users/andrewvos/Dropbox/work/code-dojos/minitest/test/test_minitest_unit.rb:249]:
--- expected
+++ actual
@@ -9,7 +9,7 @@
1) Error:
test_something(ATestCase):
RuntimeError: unhandled exception
- FILE:LINE:in `teardown'
+ /Users/andrewvos/Dropbox/work/code-FILE:LINE:in `teardown'
1 tests, 1 assertions, 0 failures, 1 errors, 0 skips
"
2) Failure:
test_run_error(TestMiniTestUnit) [/Users/andrewvos/Dropbox/work/code-dojos/minitest/test/test_minitest_unit.rb:216]:
--- expected
+++ actual
@@ -9,7 +9,7 @@
1) Error:
test_error(ATestCase):
RuntimeError: unhandled exception
- FILE:LINE:in `test_error'
+ /Users/andrewvos/Dropbox/work/code-FILE:LINE:in `test_error'
2 tests, 1 assertions, 0 failures, 1 errors, 0 skips
"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment