summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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