File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
src/test/java/org/scijava/plugins/scripting/jruby Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 105105 <artifactId >junit</artifactId >
106106 <scope >test</scope >
107107 </dependency >
108+ <dependency >
109+ <groupId >org.scijava</groupId >
110+ <artifactId >scijava-common</artifactId >
111+ <classifier >tests</classifier >
112+ </dependency >
108113 </dependencies >
109114
110115 <build >
Original file line number Diff line number Diff line change 4141
4242import org .junit .Test ;
4343import org .scijava .Context ;
44+ import org .scijava .script .AbstractScriptLanguageTest ;
4445import org .scijava .script .ScriptLanguage ;
4546import org .scijava .script .ScriptModule ;
4647import org .scijava .script .ScriptService ;
5051 *
5152 * @author Johannes Schindelin
5253 */
53- public class JRubyTest {
54+ public class JRubyTest extends AbstractScriptLanguageTest {
55+
56+ @ Test
57+ public void testDiscovery () {
58+ assertDiscovered (JRubyScriptLanguage .class );
59+ }
5460
5561 @ Test
5662 public void testBasic () throws InterruptedException , ExecutionException ,
You can’t perform that action at this time.
0 commit comments