Sha256: 647e3c8c6e46a6574a860210676304e3b9b36cc2a8457915d377f962ffdf7ec1
Contents?: true
Size: 728 Bytes
Versions: 1
Compression:
Stored size: 728 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datashift-0.2.1 | spec/fixtures/config/database.yml |