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 7011c5a commit 0339b3bCopy full SHA for 0339b3b
spec/support/schema.rb
@@ -9,7 +9,7 @@
9
host: ENV['DB_HOST'] || '127.0.0.1',
10
username: ENV['DB_USERNAME'] || 'root',
11
password: ENV['DB_PASSWORD'],
12
- database: ENV['DB_USERNAME']
+ database: ENV['DB_NAME']
13
)
14
elsif ENV['ACTIVE_RECORD_ADAPTER'] == 'postgresql'
15
puts 'Running on PostgreSQL...'
0 commit comments