mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-13 16:06:16 +01:00
fix regressions and use timecop to fix time in tests. Thanks Dan and Hans!
This commit is contained in:
parent
0d169c4a97
commit
e59fa387fa
7 changed files with 78 additions and 79 deletions
4
Gemfile
4
Gemfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue