class Shoulda::Matchers::ActiveRecord::HaveReadonlyAttributeMatcher

def initialize(attribute)

def initialize(attribute)
  @attribute = attribute.to_s
end