I keep getting "" returned when looking for a template:
describe "edit action" do it "edit action should render edit template" do Food.stub(:find_by_id).and_return(food) response.should render_template(:edit) end end
_______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users