This commit is contained in:
Johnny Lim
2015-11-14 09:04:52 +09:00
committed by Phillip Webb
parent 6a05927e4f
commit 1e4f8fdd8e
8 changed files with 21 additions and 21 deletions

View File

@@ -42,12 +42,12 @@ public class TestCommandIntegrationTests {
public CliTester cli = new CliTester("test-samples/");
@Before
public void setup() throws Exception {
public void setUp() throws Exception {
System.setProperty("disableSpringSnapshotRepos", "false");
}
@After
public void teardown() {
public void tearDown() {
System.clearProperty("disableSpringSnapshotRepos");
}