Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Argh.
Browse files Browse the repository at this point in the history
headius committed Mar 16, 2015
1 parent 836a4fe commit 47519e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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;
}

0 comments on commit 47519e7

Please sign in to comment.