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>2020-11-02 21:55:41 +0300
committerJonne Haß <me@jhass.eu>2020-11-02 21:55:41 +0300
commitbbd4a68151a9753fce396a972a5fca99ae5181e8 (patch)
treea0d8784d540e7bec2af0d541dcf2c0ab4b1ee928 /features
parent89b2e9ed3a24d94faed5d2cc4e055f6ca28c0e34 (diff)
parent6f3d68110a53389cbdec0c8c730cf1f956e56648 (diff)
Merge branch 'next-minor' into develop
Diffstat (limited to 'features')
-rw-r--r--features/support/env.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/features/support/env.rb b/features/support/env.rb
index 794aa875c..cadd313bc 100644
--- a/features/support/env.rb
+++ b/features/support/env.rb
@@ -7,9 +7,6 @@ ENV["RAILS_ENV"] ||= "test"
# Have all rests run with english browser locale
ENV["LANG"] = "C"
-require 'coveralls'
-Coveralls.wear!('rails')
-
require "cucumber/rails"
require "capybara/rails"