>
> If the code is the same as it was in the first post in this thread,
> it's because the action is taking place before setting the
> expectations.
Yes, it is the same. As you have suggested earlier.
I am pasting the spec again.
#list
it "should list all articles" do
articles = mock("articles")
articles.should_receive(:paginate).with(:order => "live_on DESC",
:conditions => { :type_for => "blog" })
controller.should_receive(:find_city).and_return(articles)
response.should be_success
get :list
end
Thx,
Namrata.
--
Posted via http://www.ruby-forum.com/.
_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users