Fix alignment.

This commit is contained in:
Gabe Berke-Williams 2012-03-23 10:50:45 -04:00
parent ca6d428760
commit ff0d364475
1 changed files with 1 additions and 5 deletions

View File

@ -1,9 +1,7 @@
module Shoulda # :nodoc:
module Matchers
module ActiveModel # :nodoc:
class ValidationMatcher # :nodoc:
attr_reader :failure_message
def initialize(attribute)
@ -49,8 +47,6 @@ module Shoulda # :nodoc:
end
end
end
end
end
end
end