search for: hash_for_animals_url

Displaying 1 result from an estimated 1 matches for "hash_for_animals_url".

2007 Mar 27
1
REST rspec_generator
...9;' } to / animals" do route_for(:controller => "animals", :action => "index").should == "/animals" end ... end and not like this: describe "The AnimalsController" do it "should have an index route" do route_for(hash_for_animals_url).should == "/animals" end end Scott