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:
parent
6ab3191ed6
commit
5e300f1121
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue