[TEST] declare support for groovy-scripting feature in the Java REST tests runner

Groovy was disabled by default, but we turn it on in our test infra. We can then declare support for it so we go and execute script related tests as part of the REST tests suite.
This commit is contained in:
javanna 2015-02-13 16:14:52 +11:00 committed by Luca Cavanna
parent c8b9228dd6
commit 8c0ea251f7
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ import java.util.List;
*/
public final class Features {
private static final List<String> SUPPORTED = Lists.newArrayList("gtelte", "stash_in_path");
private static final List<String> SUPPORTED = Lists.newArrayList("gtelte", "stash_in_path", "groovy_scripting");
private Features() {