Skip to content
Snippets Groups Projects
Commit 52167aab authored by Thu Trang Pham's avatar Thu Trang Pham
Browse files

Configuring for rake test DB=mysql

parent 2025e9bf
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@ group :test do
platforms :ruby do
gem 'pg'
gem 'sqlite3'
gem 'mysql2'
end
platforms :jruby do
......
......@@ -6,7 +6,7 @@ sqlite:
mysql:
adapter: mysql2
database: geocoder_test
username:
username: travis
encoding: utf8
postgres:
adapter: postgresql
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment