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 [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
