Skip to content

Commit

Permalink
Capybara should not make decisions about database management.
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Dec 7, 2009
1 parent 1a419cd commit bb60510
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/capybara/rails.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
require 'capybara'
require 'capybara/dsl'

require 'database_cleaner'
require 'database_cleaner/cucumber'
DatabaseCleaner.strategy = :truncation

Capybara.app = Rack::Builder.new do
map "/" do
use Rails::Rack::Static
Expand Down

0 comments on commit bb60510

Please sign in to comment.