Module: ViewSpecHelper
- Defined in:
- lib/vendor/plugins/rspec-rails/spec/resources/helpers/view_spec_helper.rb
Instance Method Summary collapse
Instance Method Details
#method_in_helper ⇒ Object
2 3 4 |
# File 'lib/vendor/plugins/rspec-rails/spec/resources/helpers/view_spec_helper.rb', line 2 def method_in_helper "<div>This is text from a method in the ViewSpecHelper</div>" end |
#method_in_partial ⇒ Object
10 11 12 |
# File 'lib/vendor/plugins/rspec-rails/spec/resources/helpers/view_spec_helper.rb', line 10 def method_in_partial "<div>method_in_partial in ViewSpecHelper</div>" end |
#method_in_template_with_partial ⇒ Object
6 7 8 |
# File 'lib/vendor/plugins/rspec-rails/spec/resources/helpers/view_spec_helper.rb', line 6 def method_in_template_with_partial "<div>method_in_template_with_partial in ViewSpecHelper</div>" end |