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
|
|
@ -362,6 +362,7 @@ GEM
|
|||
thor (0.19.1)
|
||||
thread_safe (0.3.4)
|
||||
tilt (1.4.1)
|
||||
timecop (0.7.1)
|
||||
timers (1.1.0)
|
||||
tins (1.1.0)
|
||||
transitions (0.1.12)
|
||||
|
|
@ -443,6 +444,7 @@ DEPENDENCIES
|
|||
shoulda
|
||||
spring-commands-rspec
|
||||
sqlite3
|
||||
timecop
|
||||
transitions
|
||||
turbolinks
|
||||
uglifier (>= 1.3.0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue