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:
parent
ba795c9e4a
commit
525e7720d0
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ class ReadonlyNameBook < Book
|
|||
attr_readonly :name
|
||||
end
|
||||
|
||||
class PersistenceTest < ActiveRecord::TestCase
|
||||
class InsertAllTest < ActiveRecord::TestCase
|
||||
fixtures :books
|
||||
|
||||
def test_insert
|
||||
|
|
Loading…
Reference in a new issue