On 1.12.2007, at 23.27, Scott Taylor wrote: > it "should return an HTTP status code of 404" do > get :view > response.headers["Status"].should == "404 Not Found"
or response.response_code.should == 404 -- Jarkko Laine http://jlaine.net http://dotherightthing.com http://www.railsecommerce.com http://odesign.fi _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
