[rspec-users] route_for()
Scott Taylor
mailing_lists at railsnewbie.com
Wed Oct 8 17:47:30 EDT 2008
On Oct 8, 2008, at 5:41 PM, Anita Anita wrote:
> Hello,
>
> Can I test in the spec the route taken by the redirect_to from the
> controller? The URL is not controller/action.
> I tried:
> route_for(:controller => "signup", :action => "confirmation").should
> ==
> "/my/set/URL" but no it absolutely wants: ...should ==
> "signup/confirmation"
> So how can I test my real URL?
There may be a more straightforward way, but params_from may help:
http://rspec.info/rdoc-rails/classes/Spec/Rails/Example/ControllerExampleGroup.html#M000066
Scott
More information about the rspec-users
mailing list