1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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.
This commit is contained in:
Kasper Timm Hansen 2019-03-06 16:20:44 +01:00
parent ba795c9e4a
commit 525e7720d0
No known key found for this signature in database
GPG key ID: 191153215EDA53D8

View file

@ -7,7 +7,7 @@ class ReadonlyNameBook < Book
attr_readonly :name
end
class PersistenceTest < ActiveRecord::TestCase
class InsertAllTest < ActiveRecord::TestCase
fixtures :books
def test_insert