Module: MoreExplicitHelper
- Defined in:
- lib/vendor/plugins/rspec-rails/spec/resources/helpers/more_explicit_helper.rb
Instance Method Summary collapse
Instance Method Details
#method_in_more_explicit_helper ⇒ Object
2 3 4 |
# File 'lib/vendor/plugins/rspec-rails/spec/resources/helpers/more_explicit_helper.rb', line 2 def method_in_more_explicit_helper "<div>This is text from a method in the MoreExplicitHelper</div>" end |