spec: on the top we already make sure it exists

main
Washington Botelho 2022-05-18 11:25:02 -03:00
parent 9691ba81a0
commit 3e251e00bb
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ ENV['DB'] ||= 'postgres'
conn_params = { database: :rating_test, host: '127.0.0.1' }
case ENV.fetch('DB', nil)
case ENV.fetch('DB')
when 'mysql'
require 'mysql2'