Skip to content

Commit 6ae78e9

Browse files
committed
Fix test name
I wrote this test and apparently forgot to give it a decent name. Oops.
1 parent f7a3afa commit 6ae78e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railties/test/application/rake/multi_dbs_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@ class TwoMigration < ActiveRecord::Migration::Current
813813
db_create_and_drop_namespace("primary", "db/development.sqlite3")
814814
end
815815

816-
test "a thing" do
816+
test "when there is no primary config, the first is chosen as the default" do
817817
app_file "config/database.yml", <<-YAML
818818
development:
819819
default:

0 commit comments

Comments
 (0)