diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-02-28 08:53:39 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-02-28 12:34:57 +0900 |
| commit | 3294d3d4571bd50a86e701a46ffd70505afdad87 (patch) | |
| tree | cab9eefac3b007174d7a4e2f2aad36396f5684f4 | |
| parent | 0cac191c6e938e04bc2781d6766c98445a05a170 (diff) | |
[rubygems/rubygems] Skip default gems executable example with Windows platform
https://github.com/rubygems/rubygems/commit/b4a8bda811
| -rw-r--r-- | spec/bundler/commands/exec_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/bundler/commands/exec_spec.rb b/spec/bundler/commands/exec_spec.rb index f33bf7ee1e..2607c736f9 100644 --- a/spec/bundler/commands/exec_spec.rb +++ b/spec/bundler/commands/exec_spec.rb @@ -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" |
