Sorry I pasted the wrong spec.
Here is correct one -

  it "should show deals listing" do
    controller.stub!(:prepare_search_conditions).and_return(true)
    Deal.should_receive(:paginate).and_return(@deals)

    get :index
    controller.expect_render(:partial => '/deals/front/listing')
  end

> Thanks,
> Namrata.

-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to