Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Aug 31, 2020
1 parent e65c119 commit 2822bb7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions spec/support/database.rb
@@ -1,11 +1,9 @@
ActiveRecord::Base.configurations = {
'test' => {
ActiveRecord::Base.establish_connection(
'adapter' => 'pedant_mysql2',
'database' => 'pedant_mysql2_test',
'username' => 'travis',
'username' => 'root',
'encoding' => 'utf8',
'host' => 'localhost',
'strict' => false,
'pool' => 5,
}
}
)

0 comments on commit 2822bb7

Please sign in to comment.