mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Merge pull request #347 from ChrisBr/fix_test_dates
Implements timecop to make tests independent from DateTime
This commit is contained in:
commit
35c5116051
14 changed files with 42 additions and 38 deletions
1
Gemfile
1
Gemfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue