Skip to content

Commit

Permalink
try in-memory sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Sep 3, 2011
1 parent fd2ad10 commit a689718
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -2,7 +2,7 @@ source "http://rubygems.org"

gem "rails", "3.0.10"
gem "capybara", ">= 0.4.0"
gem "sqlite3-ruby", :require => "sqlite3"
gem "sqlite3"

gem "rspec-rails", ">= 2.0.0.beta"

Expand Down
4 changes: 1 addition & 3 deletions Gemfile.lock
Expand Up @@ -96,8 +96,6 @@ GEM
rubyzip
spruz (0.2.13)
sqlite3 (1.3.4)
sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3)
thor (0.14.6)
treetop (1.4.10)
polyglot
Expand All @@ -113,4 +111,4 @@ DEPENDENCIES
capybara (>= 0.4.0)
rails (= 3.0.10)
rspec-rails (>= 2.0.0.beta)
sqlite3-ruby
sqlite3
2 changes: 1 addition & 1 deletion spec/dummy/config/database.yml
Expand Up @@ -11,7 +11,7 @@ development:
# Do not set this db to the same as development or production.
test:
adapter: sqlite3
database: db/test.sqlite3
database: ":memory:"
pool: 5
timeout: 5000

Expand Down

0 comments on commit a689718

Please sign in to comment.