From c91f1482a178cc82fe37101a04a97cb697ca5d7d Mon Sep 17 00:00:00 2001 From: Eileen Uchitelle Date: Wed, 29 Aug 2018 11:08:10 -0400 Subject: Remove unused argument The test that used this was updated and it's no longer needed. --- railties/test/application/rake/dbs_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railties/test/application/rake/dbs_test.rb b/railties/test/application/rake/dbs_test.rb index 5dbdd669d6..50eb9c5d24 100644 --- a/railties/test/application/rake/dbs_test.rb +++ b/railties/test/application/rake/dbs_test.rb @@ -26,7 +26,7 @@ module ApplicationTests FileUtils.rm_rf("#{app_path}/config/database.yml") end - def db_create_and_drop(expected_database, environment_loaded: true) + def db_create_and_drop(expected_database) Dir.chdir(app_path) do output = rails("db:create") assert_match(/Created database/, output) -- cgit v1.2.3