From 5f3b88d19e223abfeec5278a79232a856cfefa67 Mon Sep 17 00:00:00 2001 From: Abel Martin Date: Wed, 7 Dec 2011 11:49:36 -0500 Subject: [PATCH] removed extra space between 'extend' and 'Paperclip::Shoulda::Matchers' --- lib/paperclip/matchers.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/paperclip/matchers.rb b/lib/paperclip/matchers.rb index 3b6ce373d..4dbfdc387 100644 --- a/lib/paperclip/matchers.rb +++ b/lib/paperclip/matchers.rb @@ -40,7 +40,7 @@ module Shoulda # And _extend_ the module: # # class ActiveSupport::TestCase - # extend Paperclip::Shoulda::Matchers + # extend Paperclip::Shoulda::Matchers # # #...other initializers...# # end