Class: SequelSpec::Matchers::Association::HaveOneToManyMatcher

Inherits:
AssociationMatcher show all
Defined in:
lib/sequel_spec/association/have_one_to_many_matcher.rb

Instance Method Summary collapse

Methods inherited from AssociationMatcher

#description, #valid?

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_typeObject



5
6
7
# File 'lib/sequel_spec/association/have_one_to_many_matcher.rb', line 5

def association_type
  :one_to_many
end