install timecop for testing

This commit is contained in:
Nihad Abbasov 2011-10-27 11:50:14 +05:00
parent 8e1e17763f
commit de4e859928
2 changed files with 4 additions and 1 deletions

View file

@ -42,6 +42,7 @@ group :development, :test do
gem 'awesome_print' gem 'awesome_print'
gem 'database_cleaner' gem 'database_cleaner'
gem 'launchy' gem 'launchy'
gem 'timecop'
end end

View file

@ -225,6 +225,7 @@ GEM
rack (>= 1.0.0) rack (>= 1.0.0)
thor (0.14.6) thor (0.14.6)
tilt (1.3.3) tilt (1.3.3)
timecop (0.3.5)
treetop (1.4.10) treetop (1.4.10)
polyglot polyglot
polyglot (>= 0.3.1) polyglot (>= 0.3.1)
@ -276,6 +277,7 @@ DEPENDENCIES
stamp stamp
therubyracer therubyracer
thin thin
timecop
turn turn
uglifier uglifier
will_paginate (~> 3.0) will_paginate (~> 3.0)