diff options
author | Gannon McGibbon <gannon.mcgibbon@gmail.com> | 2019-01-02 13:35:56 -0500 |
---|---|---|
committer | Gannon McGibbon <gannon.mcgibbon@gmail.com> | 2019-01-09 14:23:29 -0500 |
commit | d49899c15431104f8dad374363bac57479b4bd39 (patch) | |
tree | 4b6098ac607509a893a89a3d5cce0ae591b16c24 /railties/test/commands | |
parent | 4b1ae57f0f905bd8cb63e435197db5014239d39e (diff) | |
download | rails-d49899c15431104f8dad374363bac57479b4bd39.tar.gz rails-d49899c15431104f8dad374363bac57479b4bd39.tar.bz2 rails-d49899c15431104f8dad374363bac57479b4bd39.zip |
Revise wording on invalid database error messages
Diffstat (limited to 'railties/test/commands')
-rw-r--r-- | railties/test/commands/db_system_change_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/test/commands/db_system_change_test.rb b/railties/test/commands/db_system_change_test.rb index bac757f1eb..2ff45a7878 100644 --- a/railties/test/commands/db_system_change_test.rb +++ b/railties/test/commands/db_system_change_test.rb @@ -25,7 +25,7 @@ class Rails::Command::Db::System::ChangeCommandTest < ActiveSupport::TestCase assert_match <<~MSG.squish, output Invalid value for --to option. - Supported for preconfiguration are: + Supported preconfigurations are: mysql, postgresql, sqlite3, oracle, frontbase, ibm_db, sqlserver, jdbcmysql, jdbcsqlite3, jdbcpostgresql, jdbc. |