Sha256: db7b8d26fe55b8597d1cee7637456568f6451471c2bfa25cb34dfce4ca96966f

Contents?: true

Size: 518 Bytes

Versions: 14

Compression:

Stored size: 518 Bytes

Contents

# SQLite version 3.x
#   gem install sqlite3
#
#   Ensure the SQLite 3 gem is defined in your Gemfile
#   gem 'sqlite3'

# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
test:
  adapter: sqlite3
  database: ":memory:"
  timeout: 500

# development and production environments are intentionally omitted
# this gem does not manage its own database and uses one for testing only

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
pt-osc-0.2.5 test/dummy/config/database.yml
pt-osc-0.2.4 test/dummy/config/database.yml
pt-osc-0.2.3 test/dummy/config/database.yml
pt-osc-0.2.2 test/dummy/config/database.yml
pt-osc-0.2.0 test/dummy/config/database.yml
pt-osc-0.1.3 test/dummy/config/database.yml
pt-osc-0.1.2 test/dummy/config/database.yml
pt-osc-0.1.1 test/dummy/config/database.yml
pt-osc-0.1.0 test/dummy/config/database.yml
pt-osc-0.0.5 test/dummy/config/database.yml
pt-osc-0.0.4 test/dummy/config/database.yml
pt-osc-0.0.3 test/dummy/config/database.yml
pt-osc-0.0.2 test/dummy/config/database.yml
pt-osc-0.0.1 test/dummy/config/database.yml