Commit de4e859928d22a44549ebb719bbfd669f630f1b1
1 parent
8e1e1776
Exists in
master
and in
4 other branches
install timecop for testing
Showing
2 changed files
with
4 additions
and
1 deletions
Show diff stats
Gemfile
... | ... | @@ -27,7 +27,7 @@ group :assets do |
27 | 27 | gem 'uglifier' |
28 | 28 | end |
29 | 29 | |
30 | -group :development do | |
30 | +group :development do | |
31 | 31 | gem 'rails-footnotes', '>= 3.7.5.rc4' |
32 | 32 | gem 'annotate', :git => 'git://github.com/ctran/annotate_models.git' |
33 | 33 | end |
... | ... | @@ -42,6 +42,7 @@ group :development, :test do |
42 | 42 | gem 'awesome_print' |
43 | 43 | gem 'database_cleaner' |
44 | 44 | gem 'launchy' |
45 | + gem 'timecop' | |
45 | 46 | end |
46 | 47 | |
47 | 48 | ... | ... |
Gemfile.lock
... | ... | @@ -225,6 +225,7 @@ GEM |
225 | 225 | rack (>= 1.0.0) |
226 | 226 | thor (0.14.6) |
227 | 227 | tilt (1.3.3) |
228 | + timecop (0.3.5) | |
228 | 229 | treetop (1.4.10) |
229 | 230 | polyglot |
230 | 231 | polyglot (>= 0.3.1) |
... | ... | @@ -276,6 +277,7 @@ DEPENDENCIES |
276 | 277 | stamp |
277 | 278 | therubyracer |
278 | 279 | thin |
280 | + timecop | |
279 | 281 | turn |
280 | 282 | uglifier |
281 | 283 | will_paginate (~> 3.0) | ... | ... |