aboutsummaryrefslogtreecommitdiffstats
path: root/spec/dummy/config/database.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/dummy/config/database.yml')
m---------spec/dummy0
-rw-r--r--spec/dummy/config/database.yml25
2 files changed, 0 insertions, 25 deletions
diff --git a/spec/dummy b/spec/dummy
new file mode 160000
+Subproject 84d66350ec474665e7d436dca479a142b091f87
diff --git a/spec/dummy/config/database.yml b/spec/dummy/config/database.yml
deleted file mode 100644
index 51a4dd4..0000000
--- a/spec/dummy/config/database.yml
+++ /dev/null
@@ -1,25 +0,0 @@
-# SQLite version 3.x
-# gem install sqlite3
-#
-# Ensure the SQLite 3 gem is defined in your Gemfile
-# gem 'sqlite3'
-development:
- adapter: sqlite3
- database: db/development.sqlite3
- pool: 5
- timeout: 5000
-
-# 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: db/test.sqlite3
- pool: 5
- timeout: 5000
-
-production:
- adapter: sqlite3
- database: db/production.sqlite3
- pool: 5
- timeout: 5000