We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f664a3f + b6cc231 commit c00ca53Copy full SHA for c00ca53
bundler/spec/spec_helper.rb
@@ -145,5 +145,5 @@ def self.ruby=(ruby)
145
if metadata[:type] != :aruba && metadata.keys.none? {|k| Spec::WindowsTagGroup::EXAMPLE_MAPPINGS.keys.include?(k) }
146
warn "#{metadata[:file_path]} is not assigned to any Windows runner group. see spec/support/windows_tag_group.rb for details."
147
end
148
- end
+ end unless Spec::Path.ruby_core?
149
0 commit comments