Thanks David, that works perfect, I didn't think about passing the whole URL to get.
On Sep 6, 2:47 pm, David Chelimsky <[email protected]> wrote: > 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 > _______________________________________________ > rspec-users mailing list > [email protected]http://rubyforge.org/mailman/listinfo/rspec-users _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
