diff --git a/test/test_helper.rb b/test/test_helper.rb index 73987a5..2b75a0a 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