test_uninstall: style fixes
This commit is contained in:
parent
481a097643
commit
b71ce88fa1
@ -50,7 +50,6 @@ class IntegrationCommandTestUninstall < IntegrationCommandTestCase
|
|||||||
def test_uninstall
|
def test_uninstall
|
||||||
cmd("install", "testball_f2")
|
cmd("install", "testball_f2")
|
||||||
run_as_not_developer do
|
run_as_not_developer do
|
||||||
|
|
||||||
assert_match "Refusing to uninstall",
|
assert_match "Refusing to uninstall",
|
||||||
cmd_fail("uninstall", "testball_f1")
|
cmd_fail("uninstall", "testball_f1")
|
||||||
refute_empty f1.installed_kegs
|
refute_empty f1.installed_kegs
|
||||||
@ -62,7 +61,6 @@ class IntegrationCommandTestUninstall < IntegrationCommandTestCase
|
|||||||
assert_match "Uninstalling #{f1.rack}",
|
assert_match "Uninstalling #{f1.rack}",
|
||||||
cmd("uninstall", "testball_f1")
|
cmd("uninstall", "testball_f1")
|
||||||
assert_empty f1.installed_kegs
|
assert_empty f1.installed_kegs
|
||||||
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user