class SequelSpec::Matchers::Association::HaveOneThroughOneMatcher

Public Instance Methods

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