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

Fix typo in test description from generages -> generates

This commit is contained in:
Abhay Nikam 2019-04-17 22:42:16 +05:30
parent 72842b3695
commit cc75e58759

View file

@ -414,7 +414,7 @@ class ModelGeneratorTest < Rails::Generators::TestCase
end
end
def test_required_polymorphic_belongs_to_generages_correct_model
def test_required_polymorphic_belongs_to_generates_correct_model
run_generator ["account", "supplier:references{required,polymorphic}"]
expected_file = <<~FILE