We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8b8185 commit 5368c51Copy full SHA for 5368c51
spec/spec_helper.rb
@@ -70,6 +70,7 @@ def with_environment(pairs = {})
70
config.before(:all) do
71
JRubyLauncherHelper.check_executable_built
72
# clear environment for better control
73
+ ENV.delete("JAVACMD")
74
ENV.delete("JAVA_HOME")
75
ENV.delete("JRUBY_HOME")
76
ENV.delete("JAVA_OPTS")
0 commit comments