fix regressions and use timecop to fix time in tests. Thanks Dan and Hans!

This commit is contained in:
Reinier Balt 2013-01-06 16:01:53 +01:00
parent 0d169c4a97
commit e59fa387fa
7 changed files with 78 additions and 79 deletions

View file

@ -27,8 +27,7 @@ group :assets do
gem 'coffee-rails'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
gem 'therubyracer', :platform => :ruby
gem "libv8"
gem 'therubyracer', :platform => :ruby, :require => "v8"
gem 'uglifier'
end
@ -58,6 +57,7 @@ group :test do
gem "database_cleaner"
gem "aruba"
gem "simplecov"
gem "timecop"
# Note that > 2.14 has problems, see:
# https://code.google.com/p/selenium/issues/detail?id=3075