Class: SequelSpec::Matchers::Association::HaveOneToManyMatcher
- Inherits:
-
AssociationMatcher
- Object
- Base
- AssociationMatcher
- SequelSpec::Matchers::Association::HaveOneToManyMatcher
- Defined in:
- lib/sequel_spec/association/have_one_to_many_matcher.rb
Instance Method Summary collapse
Methods inherited from AssociationMatcher
Methods inherited from Base
#failure_message, #hash_to_nice_string, #initialize, #matches?, #negative_failure_message, #with_options
Constructor Details
This class inherits a constructor from SequelSpec::Matchers::Base
Instance Method Details
#association_type ⇒ Object
5 6 7 |
# File 'lib/sequel_spec/association/have_one_to_many_matcher.rb', line 5 def association_type :one_to_many end |