aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/insert_all_test.rb
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2019-03-06 16:20:44 +0100
committerKasper Timm Hansen <kaspth@gmail.com>2019-03-06 16:20:44 +0100
commit525e7720d04e4dba8a4cf9fb289799cc4f230f30 (patch)
tree35b17ea6d98185bb43581a257861d520c0419789 /activerecord/test/cases/insert_all_test.rb
parentba795c9e4acc3954f52ad9f4d1059964a51cdce0 (diff)
downloadrails-525e7720d04e4dba8a4cf9fb289799cc4f230f30.tar.gz
rails-525e7720d04e4dba8a4cf9fb289799cc4f230f30.tar.bz2
rails-525e7720d04e4dba8a4cf9fb289799cc4f230f30.zip
Fix test case name after file extraction
Although the old name had a certain persistence, this ain't the kind of file we're in now.
Diffstat (limited to 'activerecord/test/cases/insert_all_test.rb')
-rw-r--r--activerecord/test/cases/insert_all_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/test/cases/insert_all_test.rb b/activerecord/test/cases/insert_all_test.rb
index 1c0a4e5f26..a396689db6 100644
--- a/activerecord/test/cases/insert_all_test.rb
+++ b/activerecord/test/cases/insert_all_test.rb
@@ -7,7 +7,7 @@ class ReadonlyNameBook < Book
attr_readonly :name
end
-class PersistenceTest < ActiveRecord::TestCase
+class InsertAllTest < ActiveRecord::TestCase
fixtures :books
def test_insert