Fairly simple problem (I\'d have thought), but I\'m having some issues:
In Rails 3.1.0.rc6/RSpec 2.6.0, I\'m trying to test the routing of my \'products\' resource,
Do you have a fallback route? Because that would explain why no error is thrown, but indeed trying to evaluate route_to("products#edit", :id => 1) would raise, because the route does not exist.
route_to("products#edit", :id => 1)