Fix test name

Wow this is embarrassing. I literally named this FIXME so I'd remember
to give it some name that made sense and then I totally did not.
This commit is contained in:
eileencodes 2020-03-06 10:01:14 -05:00
parent 150fcf7b37
commit 2dcf07a53a
No known key found for this signature in database
GPG Key ID: BA5C575120BBE8DF

@ -173,7 +173,7 @@ def db_create_with_warning(expected_database)
db_create_and_drop("db/development.sqlite3", environment_loaded: false)
end
test "db:create and db:drop dont raise errors when loading YAML with FIXME ERB" do
test "db:create and db:drop dont raise errors when loading YAML with single-line ERB" do
app_file "config/database.yml", <<-YAML
development:
<%= Rails.application.config.database ? 'database: db/development.sqlite3' : 'database: db/development.sqlite3' %>