From 3b3181b11aa84e5e6da0b632e4e38d929430db88 Mon Sep 17 00:00:00 2001 From: Gabe Berke-Williams Date: Sun, 25 Mar 2012 21:49:36 -0400 Subject: [PATCH] Whitespace. --- lib/shoulda/matchers/active_record/association_matcher.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/shoulda/matchers/active_record/association_matcher.rb b/lib/shoulda/matchers/active_record/association_matcher.rb index 7936194ca..4f6a60b82 100644 --- a/lib/shoulda/matchers/active_record/association_matcher.rb +++ b/lib/shoulda/matchers/active_record/association_matcher.rb @@ -1,7 +1,6 @@ module Shoulda # :nodoc: module Matchers module ActiveRecord # :nodoc: - # Ensure that the belongs_to relationship exists. # # it { should belong_to(:parent) } @@ -283,7 +282,6 @@ def macro_description end end end - end end end