Module: RSpec::Rails::ViewRendering

Extended by:
ActiveSupport::Concern
Included in:
ControllerExampleGroup
Defined in:
lib/rspec/rails/view_rendering.rb

Defined Under Namespace

Modules: ClassMethods, EmptyTemplates, InstanceMethods Classes: EmptyTemplatePathSetDecorator

Instance Attribute Summary collapse

Instance Attribute Details

#controllerObject

Returns the value of attribute controller.



22
23
24
# File 'lib/rspec/rails/view_rendering.rb', line 22

def controller
  @controller
end