Rails 3, RSpec 2.5: Using should_receive or stub_chain with named scopes

前端 未结 2 1163
情话喂你
情话喂你 2021-02-02 01:03

I use Rails 3.0.4 and RSpec 2.5. In my controllers I use named scopes heavily, for example

   @collection = GuestbookEntry.nonreplies.bydate.inclusive.paginate(
              


        
2条回答
提交回复
热议问题