Merge pull request #347 from ChrisBr/fix_test_dates

Implements timecop to make tests independent from DateTime
This commit is contained in:
Christian Bruckmayer 2014-07-23 15:20:44 +02:00
commit 35c5116051
14 changed files with 42 additions and 38 deletions

View file

@ -127,6 +127,7 @@ group :test do
gem 'shoulda'
# Extracted from RSpec 3 stub_model and mock_model
gem 'rspec-activemodel-mocks'
gem 'timecop'
end
group :development, :test do