From e1aff7e3ab395ee876d51eed3493a54f2af7454e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Mon, 2 Nov 2020 16:20:35 +0100 Subject: drop coveralls --- features/support/env.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'features') 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" -- cgit v1.2.3