Sha256: db5d617a6295748776650d3b869c926cb952ac3f20ca71f4012d229e9803eab7
Contents?: true
Size: 569 Bytes
Versions: 2
Compression:
Stored size: 569 Bytes
Contents
<% adapter = 'sqlite3' %> <% adapter = 'jdbcsqlite3' if(Guards::jruby? ) %> test_mysql: adapter: jdbcmysql database: interact_test_db username: test password: test host: localhost test_memory: adapter: <%= adapter %> database: :memory test_file: adapter: <%= adapter %> database: <%= File.join($DataShiftFixturePath, 'interact_models_db.sqlite') %> encoding: utf8 host: localhost test_spree_standalone: adapter: <%= adapter %> database: <%= File.join($DataShiftFixturePath, 'interact_spree_db.sqlite') %> encoding: utf8 host: localhost
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datashift-0.1.0 | spec/fixtures/config/database.yml |
datashift-0.0.2 | spec/fixtures/config/database.yml |