dchelimsky (owner)

Revisions

gist: 147448 Download_button fork
public
Public Clone URL: git://gist.github.com/147448.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
55
56
57
58
59
60
1)
Test::Unit::AssertionFailedError in 'A controller example running in integration mode support custom routes'
The generated path <"/custom_route_spec/custom_route"> did not match <"/custom_route">
If you're expecting this failure, we suggest {:=>""}.should_not be_routable
./spec/spec/rails/example/shared_routing_example_group_examples.rb:7:
 
2)
Test::Unit::AssertionFailedError in 'A controller example running in integration mode recognize routes with methods besides :get'
The generated path <"/rspec_on_rails_specs/update/37"> did not match <"/rspec_on_rails_specs/37">
If you're expecting this failure, we suggest {:put=>"/rspec_on_rails_specs/37"}.should_not be_routable
./spec/spec/rails/example/shared_routing_example_group_examples.rb:22:
 
3)
Test::Unit::AssertionFailedError in 'A controller example running in isolation mode support custom routes'
The generated path <"/custom_route_spec/custom_route"> did not match <"/custom_route">
If you're expecting this failure, we suggest {:=>""}.should_not be_routable
./spec/spec/rails/example/shared_routing_example_group_examples.rb:7:
 
4)
Test::Unit::AssertionFailedError in 'A controller example running in isolation mode recognize routes with methods besides :get'
The generated path <"/rspec_on_rails_specs/update/37"> did not match <"/rspec_on_rails_specs/37">
If you're expecting this failure, we suggest {:put=>"/rspec_on_rails_specs/37"}.should_not be_routable
./spec/spec/rails/example/shared_routing_example_group_examples.rb:22:
 
5)
Test::Unit::AssertionFailedError in 'Routing Examples support custom routes'
The generated path <"/custom_route_spec/custom_route"> did not match <"/custom_route">
If you're expecting this failure, we suggest {:=>""}.should_not be_routable
./spec/spec/rails/example/shared_routing_example_group_examples.rb:7:
 
6)
Test::Unit::AssertionFailedError in 'Routing Examples recognize routes with methods besides :get'
The generated path <"/rspec_on_rails_specs/update/37"> did not match <"/rspec_on_rails_specs/37">
If you're expecting this failure, we suggest {:put=>"/rspec_on_rails_specs/37"}.should_not be_routable
./spec/spec/rails/example/shared_routing_example_group_examples.rb:22:
 
7)
Test::Unit::AssertionFailedError in 'Routing Examples support custom routes'
The generated path <"/custom_route_spec/custom_route"> did not match <"/custom_route">
If you're expecting this failure, we suggest { :get => "/custom_route" }.should_not be_routable
./spec/spec/rails/example/shared_routing_example_group_examples.rb:102:
 
8)
Test::Unit::AssertionFailedError in 'Routing Examples recognize routes with methods besides :get'
The generated path <"/rspec_on_rails_specs/update/37"> did not match <"/rspec_on_rails_specs/37">
If you're expecting this failure, we suggest { :put => "/rspec_on_rails_specs/37" }.should_not be_routable
./spec/spec/rails/example/shared_routing_example_group_examples.rb:117:
 
9)
'Routing Examples when an expected failure passes instead, suggest should_not be_routable' FAILED
expected Exception with message matching /expected a routing error.*be_routable/mi, got #<Test::Unit::AssertionFailedError: The generated path <"/rspec_on_rails_specs/update/37"> did not match <"/rspec_on_rails_specs/37">
If you're expecting this failure, we suggest { :put => "/rspec_on_rails_specs/37" }.should_not be_routable>
./spec/spec/rails/example/shared_routing_example_group_examples.rb:149:
 
10)
'Routing Examples on unexpected fail due to wrong HTTP method, raise the method error and suggest should_not be_routable()' FAILED
expected ActionController::MethodNotAllowed with message matching /rspec_on_rails_specs\/37.*should_not be_routable/, got #<Test::Unit::AssertionFailedError: The generated path <"/rspec_on_rails_specs/update/37"> did not match <"/rspec_on_rails_specs/37">
If you're expecting this failure, we suggest { :post => "/rspec_on_rails_specs/37" }.should_not be_routable>
./spec/spec/rails/example/shared_routing_example_group_examples.rb:157: