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:
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"