class SequelSpec::Matchers::Association::HaveManyToManyMatcher

Public Instance Methods

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