Skip to content

Instantly share code, notes, and snippets.

@clemens
Created February 11, 2009 09:12
Show Gist options
  • Save clemens/61924 to your computer and use it in GitHub Desktop.
Save clemens/61924 to your computer and use it in GitHub Desktop.
clemens-koflers-computer:url_history clemens$ rg test/all.rb
Loaded suite test/all
Started
.F..FFF...F.F..
Finished in 0.086139 seconds.
1) Failure:
test_registers_the_after_filter(UrlHistoryActMacroTest)
[./test/act_macro_test.rb:17:in `test_registers_the_after_filter'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/testing/setup_and_teardown.rb:94:in `__send__'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/testing/setup_and_teardown.rb:94:in `run']:
<false> is not true.
2) Failure:
test_does_not_write_anything_when_an_entry_already_exists(UrlHistoryAroundFilterTest)
[./test/around_filter_test.rb:36:in `test_does_not_write_anything_when_an_entry_already_exists'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/testing/setup_and_teardown.rb:94:in `__send__'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/testing/setup_and_teardown.rb:94:in `run']:
<1> expected but was
<0>.
3) Failure:
test_gets_called(UrlHistoryAroundFilterTest)
[./test/around_filter_test.rb:19:in `test_gets_called'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/testing/setup_and_teardown.rb:94:in `__send__'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/testing/setup_and_teardown.rb:94:in `run']:
not all expectations were satisfied
unsatisfied expectations:
- expected exactly once, not yet invoked: UrlHistory::AroundFilter.after(any_parameters)
4) Failure:
test_saves_the_current_url_to_the_urls_table_if_it's_not_already_there(UrlHistoryAroundFilterTest)
[./test/around_filter_test.rb:25:in `test_saves_the_current_url_to_the_urls_table_if_it's_not_already_there'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/testing/setup_and_teardown.rb:94:in `__send__'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/testing/setup_and_teardown.rb:94:in `run']:
<1> expected but was
<0>.
5) Failure:
test_semi-integration(UrlHistoryExceptionHandlerTest)
[./test/exception_handler_test.rb:37:in `test_semi-integration'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/testing/setup_and_teardown.rb:94:in `__send__'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/testing/setup_and_teardown.rb:94:in `run']:
<nil> is not true.
6) Failure:
test_registers_the_after_filter(UrlHistoryTrackingTest)
[./test/tracking_test.rb:17:in `test_registers_the_after_filter'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/testing/setup_and_teardown.rb:94:in `__send__'
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/testing/setup_and_teardown.rb:94:in `run']:
<false> is not true.
15 tests, 14 assertions, 6 failures, 0 errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment