aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/test_integration_cmds.rb15
1 files changed, 0 insertions, 15 deletions
diff --git a/Library/Homebrew/test/test_integration_cmds.rb b/Library/Homebrew/test/test_integration_cmds.rb
index b13625307..e85b09ea6 100644
--- a/Library/Homebrew/test/test_integration_cmds.rb
+++ b/Library/Homebrew/test/test_integration_cmds.rb
@@ -627,21 +627,6 @@ class IntegrationCommandTests < Homebrew::TestCase
(HOMEBREW_REPOSITORY/".git").rmtree
end
- def test_test_bot
- formula_file = CoreFormulaRepository.new.formula_dir/"testball.rb"
- formula_file.write <<-EOS.undent
- class Testball < Formula
- url "file://#{File.expand_path("..", __FILE__)}/tarballs/testball-0.1.tbz"
- sha256 "#{TESTBALL_SHA256}"
- end
- EOS
-
- assert_match "==> brew install --verbose --build-bottle testball",
- cmd("test-bot", "--dry-run", "testball")
- ensure
- formula_file.unlink
- end
-
def test_custom_command
mktmpdir do |path|
cmd = "int-test-#{rand}"