spec/spec_helper.rb in deimos-ruby-1.8.4 vs spec/spec_helper.rb in deimos-ruby-1.8.5
- old
+ new
@@ -85,10 +85,10 @@
{
adapter: 'mysql2',
port: 3306,
username: 'root',
database: 'test',
- host: ENV['MYSQL_HOST'] || 'localhost'
+ host: ENV['MYSQL_HOST'] || '127.0.0.1'
},
{
adapter: 'sqlite3',
database: 'test.sqlite3'
} # this one always needs to be last for non-integration tests