From ff0d3644757c60a814ad1a6449f4e19945f21d40 Mon Sep 17 00:00:00 2001 From: Gabe Berke-Williams Date: Fri, 23 Mar 2012 10:50:45 -0400 Subject: [PATCH] Fix alignment. --- lib/shoulda/matchers/active_model/validation_matcher.rb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/shoulda/matchers/active_model/validation_matcher.rb b/lib/shoulda/matchers/active_model/validation_matcher.rb index 8863dcedd..612f8dc20 100644 --- a/lib/shoulda/matchers/active_model/validation_matcher.rb +++ b/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) @@ -49,8 +47,6 @@ def disallows_value_of(value, message = nil) end end end - end end - - end +end