Fix test name that no longer raises exception

This commit is contained in:
Petrik 2020-06-02 10:01:30 +02:00
parent a7d2f60f3a
commit c7a3894667
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ class GeneratedAttributeTest < Rails::Generators::TestCase
end
end
def test_blank_type_defaults_to_string_raises_exception
def test_blank_type_defaults_to_string
assert_equal :string, create_generated_attribute(nil, "title").type
assert_equal :string, create_generated_attribute("", "title").type
end