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 ae6d0a9 commit 834854eCopy full SHA for 834854e
spec/launcher_spec.rb
@@ -2,7 +2,7 @@
2
require File.expand_path('../spec_helper.rb', __FILE__)
3
load File.expand_path('../../lib/jruby-launcher.rb', __FILE__)
4
5
-describe "JRuby native launcher" do
+describe "JRuby native launcher", if: /Windows/.match?(ENV_JAVA['os.name']) do
6
it "should run org.jruby.Main" do
7
jruby_launcher_args("").last.should == "org/jruby/Main"
8
end
0 commit comments