class SequelSpec::Matchers::Association::HaveOneToOneMatcher

Public Instance Methods

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