try: it "should find the item requested" do @current_company.items.should_receive(:find).with("1").and_return(@item) do_get end
-Matt
_______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users