search for: items_routing_spec

Displaying 1 result from an estimated 1 matches for "items_routing_spec".

2009 May 02
10
Problem verifying routing error
....2.2/lib/action_controller/assertions.rb:54:in `clean_backtrace'' /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_controller/assertions/routing_assertions.rb:47:in `assert_recognizes'' ./spec/controllers/thoughts_routing_spec.rb:9: I tried using bypass_rescue in my routing/items_routing_spec.rb file as mentioned by the upgrade doc, but it wasn''t valid in the "routing" spec - worked fine when I moved the file back to spec/controllers/, though. Seems like that''s not the issue, but I''m mentioning for more completeness. Any ideas what I should be doin...