@Test public void testShellConfiguration() throws Exception { RuleAssert.assertIntegration("no_scripting_shell"); }
@Test public void testJRubyConfiguration() throws Exception { RuleAssert.assertIntegration("no_scripting_jruby"); }
@Test public void testJythonConfiguration() throws Exception { RuleAssert.assertIntegration("no_scripting_jython"); }
@Test public void testGroovyConfiguration() throws Exception { RuleAssert.assertIntegration("no_scripting_groovy"); }