more remote debugging

This commit is contained in:
Torsten Ruger
2017-04-14 14:38:23 +03:00
parent a8aa9c0413
commit d0df1a2e28
5 changed files with 8 additions and 9 deletions

View File

@@ -1,7 +1,4 @@
#!/usr/bin/env ruby
require 'simplecov'
SimpleCov.start if ENV["CODECLIMATE_REPO_TOKEN"]
require_relative "helper"
Dir["**/test_*.rb"].each { |f|
next if f.include?("stash/")