aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/test
diff options
context:
space:
mode:
authorMarkus Reiter2016-09-23 10:33:42 +0200
committerGitHub2016-09-23 10:33:42 +0200
commit759ee585d54e3eeb53bf12b74843f0628fc71006 (patch)
tree8393309660fce4da8a58cd8d5b9ed2cfe8274ed3 /Library/Homebrew/cask/test
parentbc52932e5ab83d253850cc622c7a0032e9d2de20 (diff)
parent6b855938951613fda85945578cbe6d9e7475a547 (diff)
downloadbrew-759ee585d54e3eeb53bf12b74843f0628fc71006.tar.bz2
Merge pull request #1089 from reitermarkus/coverage
Fix coverage reporting.
Diffstat (limited to 'Library/Homebrew/cask/test')
-rw-r--r--Library/Homebrew/cask/test/test_helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/test/test_helper.rb b/Library/Homebrew/cask/test/test_helper.rb
index bf557f66b..3599b43be 100644
--- a/Library/Homebrew/cask/test/test_helper.rb
+++ b/Library/Homebrew/cask/test/test_helper.rb
@@ -4,7 +4,6 @@ require "pathname"
if ENV["HOMEBREW_TESTS_COVERAGE"]
require "simplecov"
- SimpleCov.command_name "test:cask:minitest"
end
project_root = Pathname.new(File.expand_path("../..", __FILE__))