Skip to content

Commit d3a9a17

Browse files
committed
Skip Windows runner group warning under ruby/ruby repo
1 parent 02cddcc commit d3a9a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/bundler/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)