class Shoulda::Matchers::RailsShim::FakeAttributeType

def initialize(model, attribute_name)

def initialize(model, attribute_name)
  @model = model
  @attribute_name = attribute_name
end