Module Spec::Rails::Example::RenderObserver
In: lib/spec/rails/example/render_observer.rb

Extends the should_receive, should_not_receive and stub! methods in rspec‘s mocking framework to handle render calls to controller in controller examples and template and view examples

Methods

Public Instance methods

DEPRECATED

Use should_receive(:render).with(opts) instead

DEPRECATED

Use stub!(:render).with(opts) instead

[Validate]