class SequelSpec::Matchers::Association::HaveOneToManyMatcher

Public Instance Methods

association_type() click to toggle source
# File lib/sequel_spec/association/have_one_to_many_matcher.rb, line 5
def association_type
  :one_to_many
end