Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
small fix in runnable test
  • Loading branch information
mkristian committed Jan 23, 2015
1 parent 0012943 commit f4f812e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maven/jruby/src/it/runnable/src/main/java/Main.java
Expand Up @@ -30,7 +30,7 @@ private Main(org.jruby.RubyInstanceConfig config) {
config.setHardExit(true);
config.setCurrentDirectory( "uri:classloader://" );
config.setJRubyHome( "uri:classloader://META-INF/jruby.home" );
config.setLoadPaths( java.util.Arrays.asList("uri:classloader://") );
config.setLoadPaths( java.util.Arrays.asList("uri:classloader:/") );
java.util.Map env = new java.util.HashMap( System.getenv() );
env.put( "JARS_HOME", "uri:classloader://" );
// needed for jruby version before 1.7.19
Expand Down

0 comments on commit f4f812e

Please sign in to comment.