Skip to content

Commit c00ca53

Browse files
authored
Merge pull request #9160 from ruby/pick-ruby-core
Skip Windows runner group warning under ruby/ruby repo
2 parents f664a3f + b6cc231 commit c00ca53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundler/spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,5 +145,5 @@ def self.ruby=(ruby)
145145
if metadata[:type] != :aruba && metadata.keys.none? {|k| Spec::WindowsTagGroup::EXAMPLE_MAPPINGS.keys.include?(k) }
146146
warn "#{metadata[:file_path]} is not assigned to any Windows runner group. see spec/support/windows_tag_group.rb for details."
147147
end
148-
end
148+
end unless Spec::Path.ruby_core?
149149
end

0 commit comments

Comments
 (0)