summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2025-12-05 11:00:17 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2025-12-05 11:00:40 +0900
commitd3a9a17b6f908a64d8cf7b35c5e7337be3fc7cc5 (patch)
treefae33dc2560d15c4fd154de3bd99c600b0f624a0 /spec
parent02cddcc2be3150fad1da37ebdeb6e2d9ec29306c (diff)
Skip Windows runner group warning under ruby/ruby repo
Diffstat (limited to 'spec')
-rw-r--r--spec/bundler/spec_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/spec_helper.rb b/spec/bundler/spec_helper.rb
index fad1d4ce32..a79e33fbb0 100644
--- a/spec/bundler/spec_helper.rb
+++ b/spec/bundler/spec_helper.rb
@@ -145,5 +145,5 @@ RSpec.configure do |config|
if metadata[:type] != :aruba && metadata.keys.none? {|k| Spec::WindowsTagGroup::EXAMPLE_MAPPINGS.keys.include?(k) }
warn "#{metadata[:file_path]} is not assigned to any Windows runner group. see spec/support/windows_tag_group.rb for details."
end
- end
+ end unless Spec::Path.ruby_core?
end