module Representable::Matchers

Constants

VERSION

Public Instance Methods

have_representable_collection(property) click to toggle source
# File lib/matchers/have_representable_collection_matcher.rb, line 4
def have_representable_collection(property)
  HaveRepresentableCollectionMatcher.new(property)
end
have_representable_property(property) click to toggle source
# File lib/matchers/have_representable_property_matcher.rb, line 4
def have_representable_property(property)
  HaveRepresentablePropertyMatcher.new(property)
end