clemens (owner)

Revisions

gist: 61924 Download_button fork
public
Public Clone URL: git://gist.github.com/61924.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
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