Skip to content

Commit

Permalink
Merge pull request #32 from gamerson/listTemplatesTEst
Browse files Browse the repository at this point in the history
remove ignore
  • Loading branch information
gamerson authored Jun 28, 2016
2 parents 998436c + be58b3b commit 114e7cd
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
import java.util.regex.Pattern;

import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;

/**
Expand Down Expand Up @@ -640,7 +639,6 @@ public void testCreateWorkspaceProjectAllDefaults() throws Exception {
lacks(gradleBuildFile, ".*^apply plugin: \"com.liferay.plugin\".*");
}

@Ignore
@Test
public void testListTemplates() throws Exception {
String[] args = {"create", "-l"};
Expand All @@ -655,8 +653,6 @@ public void testListTemplates() throws Exception {
String templateList = new String(output.toByteArray());

assertNotNull(templateList);

assertTrue(templateList.startsWith("activator"));
}

@Test
Expand Down

0 comments on commit 114e7cd

Please sign in to comment.