We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43ac885 commit 0c92638Copy full SHA for 0c92638
spec/spec_helper.rb
@@ -65,7 +65,7 @@
65
encoding: 'utf8'
66
}
67
68
-options = options.merge(username: 'root', host: '127.0.0.1') if adapter == 'mysql2'
+options = options.merge(username: 'root', host: 'localhost') if adapter == 'mysql2'
69
options = options.merge(database: 'tmp/test.sqlite3') if adapter == 'sqlite3'
70
71
ActiveRecord::Base.establish_connection(options)
0 commit comments