From a6fa83e18c30eb8b5e9c4e3313c7e8bd9ca73ced Mon Sep 17 00:00:00 2001 From: Prem Sichanugrist Date: Mon, 12 Sep 2011 17:25:05 +0700 Subject: [PATCH] Fix whitespace --- lib/shoulda/matchers/active_record/association_matcher.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/shoulda/matchers/active_record/association_matcher.rb b/lib/shoulda/matchers/active_record/association_matcher.rb index e45c106c..4fea7d64 100644 --- a/lib/shoulda/matchers/active_record/association_matcher.rb +++ b/lib/shoulda/matchers/active_record/association_matcher.rb @@ -71,7 +71,7 @@ module Shoulda # :nodoc: def order(order) @order = order self - end + end def matches?(subject) @subject = subject @@ -173,7 +173,7 @@ module Shoulda # :nodoc: @missing = "#{@name} should be ordered by #{@order}" false end - end + end def join_table_exists? if @macro != :has_and_belongs_to_many ||