# File lib/shoulda/active_record/matchers/have_readonly_attribute_matcher.rb, line 10
10:       def have_readonly_attribute(value)
11:         HaveReadonlyAttributeMatcher.new(value)
12:       end