[rspec-users] How can I set the host for testing subdomain constrained routes in RSpec 2?
David Chelimsky
dchelimsky at gmail.com
Mon Sep 6 09:47:22 EDT 2010
On Sep 6, 2010, at 4:37 AM, DEfusion wrote:
> I've tried:
> host = 'foo.bar.com'
> host! (undefined method)
> request.host (request undefined)
> controller.request.host (controller undefined)
> @controller.request.host (undefined method `request' for nil:NilClass)
{ :get => "http://sub.top.com/foo/bar" }.should route_to(:controller => "foo", :action => "bar", :subdomain => "sub")
HTH,
David
More information about the rspec-users
mailing list