]> source.dussan.org Git - redmine.git/commitdiff
Replace tab introduced in r14388 in test/test_helper.rb with spaces (#20242).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 5 Jul 2015 13:52:02 +0000 (13:52 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 5 Jul 2015 13:52:02 +0000 (13:52 +0000)
Patch by Mischa The Evil.

git-svn-id: http://svn.redmine.org/redmine/trunk@14412 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/test_helper.rb

index 73987a592bc4ecc8d9e88a9acc0f06657cef9d1c..2b75a0a34310c94c8526e59cce57717af9cd039d 100644 (file)
@@ -180,8 +180,8 @@ class ActiveSupport::TestCase
     ActiveRecord::Base.connection.quoted_date(date)
   end
 
-       # Asserts that a new record for the given class is created
-       # and returns it
+  # Asserts that a new record for the given class is created
+  # and returns it
   def new_record(klass, &block)
     assert_difference "#{klass}.count" do
       yield