Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pin database_cleaner to version 1.0.1
The tests were failing with: ~/.rvm/gems/ruby-2.0.0-p247/gems/database_cleaner-1.1.0/lib/database_cleaner/active_record/truncation.rb:123:in `db_version': undefined local variable or method `postgresql_version' for #<ActiveRecord::ConnectionAdapters::SQLite3Adapter:0x007fd28ac70df8> (NameError) Here's the bug report: DatabaseCleaner/database_cleaner#224 Looks like it might be a while until a fix happens so for the time being we'll pin database_cleaner to version 1.0.1 which appears to work.
- Loading branch information