mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Further fix failing tests caused by #21350
This commit is contained in:
parent
4f39d897b3
commit
35161a7f53
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ require 'models/computer'
|
|||
require 'models/project'
|
||||
require 'models/reader'
|
||||
require 'models/person'
|
||||
require 'models/ship'
|
||||
|
||||
class ReadOnlyTest < ActiveRecord::TestCase
|
||||
fixtures :authors, :posts, :comments, :developers, :projects, :developers_projects, :people, :readers
|
||||
|
|
Loading…
Reference in a new issue