Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonne Haß <me@jhass.eu>2021-04-10 15:09:59 +0300
committerJonne Haß <me@jhass.eu>2021-04-11 00:16:10 +0300
commitcd6eb3de7f3c0da5a04074625772e288ff2c3d8b (patch)
tree12859691799120177a60cf882898a6f12cf6189d /Gemfile
parent79133df4a93ddb454347bb9c4de3dcff946853be (diff)
Run jasmine specs using chrome headless
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 88545c5bc..9b83f8d14 100644
--- a/Gemfile
+++ b/Gemfile
@@ -304,6 +304,7 @@ group :development, :test do
gem "cucumber-rails", "2.0.0", require: false
# Jasmine (client side application tests (JS))
+ gem "chrome_remote", "0.3.0"
gem "jasmine", "3.6.0"
gem "jasmine-jquery-rails", "2.0.3"
gem "rails-assets-jasmine-ajax", "4.0.0", source: "https://gems.diasporafoundation.org"