Skip to content

Commit 6d549c4

Browse files
committed
spec for "jruby -X" by itself
1 parent 8950054 commit 6d549c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/launcher_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
it "should print help message" do
1313
jruby_launcher("-Xhelp 2>&1").should =~ /JRuby Launcher usage/
14+
jruby_launcher("-X 2>&1").should =~ /JRuby Launcher usage/
1415
end
1516

1617
it "should use $JAVACMD when JAVACMD is specified" do

0 commit comments

Comments
 (0)