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
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to