From e67bc3637e4ab1a35f6d3fa643cbd3cd5e290110 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 5 Jul 2015 13:52:02 +0000 Subject: [PATCH] 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 --- test/test_helper.rb | 4 ++-- 1 file 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 -- 2.39.5