summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2015-07-05 13:52:02 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2015-07-05 13:52:02 +0000
commite67bc3637e4ab1a35f6d3fa643cbd3cd5e290110 (patch)
treebe0b893f1a4738e3d2bbeed880d875b29987ab59
parent6d78ae91307b32d5b73f620e55adbe997cc1b433 (diff)
downloadredmine-e67bc3637e4ab1a35f6d3fa643cbd3cd5e290110.tar.gz
redmine-e67bc3637e4ab1a35f6d3fa643cbd3cd5e290110.zip
Replace tab introduced in r14388 in test/test_helper.rb with spaces (#20242).
Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@14412 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--test/test_helper.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 73987a592..2b75a0a34 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -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