Skip to content

Instantly share code, notes, and snippets.

@dchelimsky
Created June 24, 2009 04:42
Show Gist options
  • Save dchelimsky/135016 to your computer and use it in GitHub Desktop.
Save dchelimsky/135016 to your computer and use it in GitHub Desktop.
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:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment