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

Fix test name

I copied the previous test and forgot to remain it. This commit fixes
the test name.
This commit is contained in:
eileencodes 2021-03-17 09:19:55 -04:00
parent 6ab3191ed6
commit 5e300f1121
No known key found for this signature in database
GPG key ID: BA5C575120BBE8DF

View file

@ -238,7 +238,7 @@ class StrictLoadingTest < ActiveRecord::TestCase
end
end
def test_raises_on_lazy_loading_a_belongs_to_relation_if_strict_loading_by_default
def test_strict_loading_can_be_turned_off_on_an_association_in_a_model_with_strict_loading_on
with_strict_loading_by_default(Developer) do
mentor = Mentor.create!(name: "Mentor")