Skip to content

Commit

Permalink
Argh.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Mar 16, 2015
1 parent 836a4fe commit 47519e7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -21,7 +21,7 @@ private ScriptingContainer newScriptingContainer() {
container.setCurrentDirectory(basedir);
container.getProvider().getRubyInstanceConfig().setLoadPaths(Arrays.asList(".", "test", "test/mri", "test/mri/ruby"));
container.runScriptlet("ENV['GEM_PATH']='lib/ruby/gems/shared'");
container.runScriptlet("ENV['TESTOPT'] = '-v'")
container.runScriptlet("ENV['TESTOPT'] = '-v'");
return container;
}

Expand Down

0 comments on commit 47519e7

Please sign in to comment.