Method: SmartRspec::Macros#has_many
- Defined in:
- lib/smart_rspec/macros.rb
#has_many(*associations) ⇒ Object
19 20 21 |
# File 'lib/smart_rspec/macros.rb', line 19 def has_many(*associations) assert_association :has_many, associations end |