Skip to content

Commit

Permalink
[TEST] declare support for groovy-scripting feature in the Java REST …
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
javanna committed Feb 13, 2015
1 parent fcf7610 commit 83dfc0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
*/
public final class Features {

private static final List<String> SUPPORTED = Lists.newArrayList("gtelte");
private static final List<String> SUPPORTED = Lists.newArrayList("gtelte", "groovy_scripting");

private Features() {

Expand Down

0 comments on commit 83dfc0e

Please sign in to comment.