Skip to content

Commit

Permalink
Fix alignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Berke-Williams committed Mar 23, 2012
1 parent ca6d428 commit ff0d364
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/shoulda/matchers/active_model/validation_matcher.rb
@@ -1,9 +1,7 @@
module Shoulda # :nodoc:
module Matchers
module ActiveModel # :nodoc:

class ValidationMatcher # :nodoc:

attr_reader :failure_message

def initialize(attribute)
Expand Down Expand Up @@ -49,8 +47,6 @@ def disallows_value_of(value, message = nil)
end
end
end

end
end

end
end

0 comments on commit ff0d364

Please sign in to comment.