[DRE-commits] [test-kitchen] 03/13: Remove CI stuff

Hleb Valoshka tsfgnu-guest at moszumanska.debian.org
Fri Aug 5 12:46:54 UTC 2016


This is an automated email from the git hooks/post-receive script.

tsfgnu-guest pushed a commit to branch patch-queue/master
in repository test-kitchen.

commit 472ae0aca332f9bb5ce3cba627d295a26c4eb026
Author: Hleb Valoshka <375gnu at gmail.com>
Date:   Mon Jun 29 20:33:22 2015 +0300

    Remove CI stuff
---
 spec/spec_helper.rb | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 7a8475a..1c49327 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -16,23 +16,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-if ENV["CODECLIMATE_REPO_TOKEN"]
-  require "codeclimate-test-reporter"
-  CodeClimate::TestReporter.start
-elsif ENV["COVERAGE"]
-  require "simplecov"
-  SimpleCov.profiles.define "gem" do
-    command_name "Specs"
-
-    add_filter ".gem/"
-    add_filter "/spec/"
-    add_filter "/lib/vendor/"
-
-    add_group "Libraries", "/lib/"
-  end
-  SimpleCov.start "gem"
-end
-
 require "fakefs/safe"
 require "minitest/autorun"
 require "mocha/setup"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/test-kitchen.git



More information about the Pkg-ruby-extras-commits mailing list