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
1 changed files with 1 additions and 1 deletions

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