Module: RSpec::Rails::ViewRendering
- Extended by:
- ActiveSupport::Concern
- Included in:
- ControllerExampleGroup
- Defined in:
- lib/rspec/rails/view_rendering.rb
Defined Under Namespace
Modules: ClassMethods, InstanceMethods Classes: PathSetDelegatorResolver
Instance Attribute Summary collapse
-
#controller ⇒ Object
Returns the value of attribute controller.
Instance Attribute Details
#controller ⇒ Object
Returns the value of attribute controller.
22 23 24 |
# File 'lib/rspec/rails/view_rendering.rb', line 22 def controller @controller end |