Module: FormHelperMacro
- Defined in:
- lib/forms-spec.rb
Instance Method Summary collapse
Instance Method Details
#with_form_helper(name) ⇒ Object
7 8 9 10 11 |
# File 'lib/forms-spec.rb', line 7 def with_form_helper name class_eval do include get_form_matcher(name) end end |