aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAlyssa Ross2016-10-26 00:04:12 +0100
committerAlyssa Ross2016-10-26 00:04:12 +0100
commitb71ce88fa1a1424cccbc43a5b602ecbb9875fe77 (patch)
treeca4788451e4351baedf986601585d4a1894e18f7 /Library
parent481a0976436f657ecabee8d04502423516db9864 (diff)
downloadbrew-b71ce88fa1a1424cccbc43a5b602ecbb9875fe77.tar.bz2
test_uninstall: style fixes
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/test/test_uninstall.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/test/test_uninstall.rb b/Library/Homebrew/test/test_uninstall.rb
index 037596bfc..f56f206d0 100644
--- a/Library/Homebrew/test/test_uninstall.rb
+++ b/Library/Homebrew/test/test_uninstall.rb
@@ -50,7 +50,6 @@ class IntegrationCommandTestUninstall < IntegrationCommandTestCase
def test_uninstall
cmd("install", "testball_f2")
run_as_not_developer do
-
assert_match "Refusing to uninstall",
cmd_fail("uninstall", "testball_f1")
refute_empty f1.installed_kegs
@@ -62,7 +61,6 @@ class IntegrationCommandTestUninstall < IntegrationCommandTestCase
assert_match "Uninstalling #{f1.rack}",
cmd("uninstall", "testball_f1")
assert_empty f1.installed_kegs
-
end
end
end