diff options
author | Yasuo Honda <yasuo.honda@gmail.com> | 2016-09-02 15:40:59 +0000 |
---|---|---|
committer | Yasuo Honda <yasuo.honda@gmail.com> | 2016-09-02 18:51:39 +0000 |
commit | 1f0112dfc38b1044639fed3ca0d6f1c203f97394 (patch) | |
tree | 4eed8b4b6d5a646d802eb8ff9948db33aa0f0f66 /actionpack/test/controller | |
parent | 55c5dffd9f2220507ff1a7635c00a81577a8a391 (diff) | |
download | rails-1f0112dfc38b1044639fed3ca0d6f1c203f97394.tar.gz rails-1f0112dfc38b1044639fed3ca0d6f1c203f97394.tar.bz2 rails-1f0112dfc38b1044639fed3ca0d6f1c203f97394.zip |
Change require order to come `require "models/post"` before `require "models/comment"`
to address BasicsTest#test_readonly_attributes failure #26368
It reproduces only when both of these conditions are satisfied:
- Other test files `autosave_association_test.rb` or `where_test.rb`
which executes `require "models/comment"` then `require "models/post"`
- When `autosave_association_test.rb` or `where_test.rb` executed before `base_test.rb`
Diffstat (limited to 'actionpack/test/controller')
0 files changed, 0 insertions, 0 deletions