[rubygems/rubygems] Skip default gems executable example with Windows platform

https://github.com/rubygems/rubygems/commit/b4a8bda811
This commit is contained in:
Hiroshi SHIBATA 2025-02-28 08:53:39 +09:00
parent 0cac191c6e
commit 3294d3d457
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -197,6 +197,7 @@ RSpec.describe "bundle exec" do
context "when not specified in Gemfile" do
before do
skip "syntax_suggest executable is not provided on Windows" if Gem.win_platform?
skip "syntax_suggest isn't a default gem" if default_ss_version.empty?
skip "syntax_suggest executable is broken" if default_ss_version <= "2.0.1"