Use DatabaseCleaner 1.2 for testing against Rails3 and lower to avoid compatibility erros between Ruby18 and DatabaseCleaner >= 1.3

This commit is contained in:
Ben Atkins 2014-05-28 19:15:26 -04:00
parent bfa54e9b19
commit 65eeaa279e
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ group :development, :test do
gem 'generator_spec'
# To do proper transactional testing with ActiveSupport::TestCase on MySQL
gem 'database_cleaner', '~> 1.2'
gem 'database_cleaner', '~> 1.2.0'
platforms :ruby do
gem 'sqlite3', '~> 1.2'