module HasSerialized::Matchers

Constants

VERSION

Public Instance Methods

have_serialized_attribute(expected) click to toggle source
# File lib/has_serialized/matchers.rb, line 7
def have_serialized_attribute(expected)
  HaveSerializedAttribute.new(expected)
end