Sha256: d96037d7ec63c9d3ba7f44bfba419d33fcd83e1ea27c95f0f85031c2c00e62aa
Contents?: true
Size: 701 Bytes
Versions: 14
Compression:
Stored size: 701 Bytes
Contents
# Used by spec helper to build test databases # These entires can be used in call to db_connect ( see spec_helper ) <% adapter = 'sqlite3' %> <% adapter = 'jdbcsqlite3' if(Guards::jruby? ) %> test_mysql: adapter: jdbcmysql database: datashift_test_models_db username: test password: test host: localhost test_memory: adapter: <%= adapter %> database: :memory test_file: adapter: <%= adapter %> database: <%= File.join($DataShiftFixturePath, 'datashift_test_models_db.sqlite') %> encoding: utf8 host: localhost test_spree_standalone: adapter: <%= adapter %> database: <%= File.join($DataShiftFixturePath, 'datashift_Spree_db.sqlite') %> encoding: utf8 host: localhost
Version data entries
14 entries across 14 versions & 2 rubygems