Skip to content

Commit 0339b3b

Browse files
committed
fix: typo in rspec config
1 parent 7011c5a commit 0339b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/support/schema.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
host: ENV['DB_HOST'] || '127.0.0.1',
1010
username: ENV['DB_USERNAME'] || 'root',
1111
password: ENV['DB_PASSWORD'],
12-
database: ENV['DB_USERNAME']
12+
database: ENV['DB_NAME']
1313
)
1414
elsif ENV['ACTIVE_RECORD_ADAPTER'] == 'postgresql'
1515
puts 'Running on PostgreSQL...'

0 commit comments

Comments
 (0)