Skip to content

Commit 834854e

Browse files
committed
Omit old launcher specs except on Windows
1 parent ae6d0a9 commit 834854e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/launcher_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
require File.expand_path('../spec_helper.rb', __FILE__)
33
load File.expand_path('../../lib/jruby-launcher.rb', __FILE__)
44

5-
describe "JRuby native launcher" do
5+
describe "JRuby native launcher", if: /Windows/.match?(ENV_JAVA['os.name']) do
66
it "should run org.jruby.Main" do
77
jruby_launcher_args("").last.should == "org/jruby/Main"
88
end

0 commit comments

Comments
 (0)