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 bebe7e9 commit 66bec0dCopy full SHA for 66bec0d
spec/launcher_spec.rb
@@ -12,10 +12,10 @@
12
it "should print help message" do
13
args = jruby_launcher_args("-Xhelp 2>&1")
14
args.detect{|l| l =~ /JRuby Launcher usage/}.should be_true
15
- args[-1].should == "-X"
+ args.should include("-X")
16
args = jruby_launcher_args("-X 2>&1")
17
18
19
end
20
21
it "should use $JAVACMD when JAVACMD is specified" do
0 commit comments