Classes: ViewStub
69 70 71 72 73
# File 'lib/couch_potato/rspec/stub_db.rb', line 69 def stub_view(clazz, view, &block) stub = ViewStub.new clazz, view, self stub.and_return(block.call) if block stub end