dchelimsky (owner)

Revisions

gist: 135016 Download_button fork
public
Public Clone URL: git://gist.github.com/135016.git
Embed All Files: show embed
failures.txt #
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
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">
/Users/david/projects/ruby/rspec-dev/example_rails_app/vendor/plugins/rspec-rails/spec/spec/rails/example/shared_routing_example_group_examples.rb:7:
 
2)
Test::Unit::AssertionFailedError in 'A controller example running in integration mode support existing routes with additional parameters'
found extras <{:param=>"1"}>, not <{}>
/Users/david/projects/ruby/rspec-dev/example_rails_app/vendor/plugins/rspec-rails/spec/spec/rails/example/shared_routing_example_group_examples.rb:17:
 
3)
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">
/Users/david/projects/ruby/rspec-dev/example_rails_app/vendor/plugins/rspec-rails/spec/spec/rails/example/shared_routing_example_group_examples.rb:22:
 
4)
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">
/Users/david/projects/ruby/rspec-dev/example_rails_app/vendor/plugins/rspec-rails/spec/spec/rails/example/shared_routing_example_group_examples.rb:7:
 
5)
Test::Unit::AssertionFailedError in 'A controller example running in isolation mode support existing routes with additional parameters'
found extras <{:param=>"1"}>, not <{}>
/Users/david/projects/ruby/rspec-dev/example_rails_app/vendor/plugins/rspec-rails/spec/spec/rails/example/shared_routing_example_group_examples.rb:17:
 
6)
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">
/Users/david/projects/ruby/rspec-dev/example_rails_app/vendor/plugins/rspec-rails/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">
/Users/david/projects/ruby/rspec-dev/example_rails_app/vendor/plugins/rspec-rails/spec/spec/rails/example/shared_routing_example_group_examples.rb:7:
 
8)
Test::Unit::AssertionFailedError in 'Routing Examples support existing routes with additional parameters'
found extras <{:param=>"1"}>, not <{}>
/Users/david/projects/ruby/rspec-dev/example_rails_app/vendor/plugins/rspec-rails/spec/spec/rails/example/shared_routing_example_group_examples.rb:17:
 
9)
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">
/Users/david/projects/ruby/rspec-dev/example_rails_app/vendor/plugins/rspec-rails/spec/spec/rails/example/shared_routing_example_group_examples.rb:22: