Class: Spec::Rails::Example::HelperExampleGroupController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Spec::Rails::Example::HelperExampleGroupController
- Defined in:
- lib/vendor/plugins/rspec-rails/lib/spec/rails/example/helper_example_group.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#request ⇒ Object
Returns the value of attribute request.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#request ⇒ Object
Returns the value of attribute request.
5 6 7 |
# File 'lib/vendor/plugins/rspec-rails/lib/spec/rails/example/helper_example_group.rb', line 5 def request @request end |
#url ⇒ Object
Returns the value of attribute url.
5 6 7 |
# File 'lib/vendor/plugins/rspec-rails/lib/spec/rails/example/helper_example_group.rb', line 5 def url @url end |