Skip to content

Commit 3294d3d

Browse files
committed
[rubygems/rubygems] Skip default gems executable example with Windows platform
ruby/rubygems@b4a8bda811
1 parent 0cac191 commit 3294d3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/bundler/commands/exec_spec.rb

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

198198
context "when not specified in Gemfile" do
199199
before do
200+
skip "syntax_suggest executable is not provided on Windows" if Gem.win_platform?
200201
skip "syntax_suggest isn't a default gem" if default_ss_version.empty?
201202
skip "syntax_suggest executable is broken" if default_ss_version <= "2.0.1"
202203

0 commit comments

Comments
 (0)