Remove database_cleaner from Gemfile

This commit is contained in:
Thibault Jouan
2011-12-06 12:44:27 +00:00
parent a36310918c
commit 81e285ffd4
2 changed files with 0 additions and 3 deletions

View File

@@ -11,7 +11,6 @@ gem 'bcrypt-ruby', '~> 3.0'
group :development, :test do
gem 'rspec-rails', '~> 2.6'
gem 'capybara', '~> 1.1'
gem 'database_cleaner', '~> 0.6'
gem 'factory_girl_rails', '~> 1.2'
gem 'spork', '~> 0.9.0.rc'
gem 'guard', '~> 0.8'