We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3251792 commit 373eacbCopy full SHA for 373eacb
spec/bundler/spec_helper.rb
@@ -142,7 +142,7 @@ def self.ruby=(ruby)
142
143
config.before(:context) do |example|
144
metadata = example.class.metadata
145
- if metadata[:type] != :aruba && metadata.keys.none? {|k| Spec::WindowsTagGroup::EXAMPLE_MAPPINGS.keys.include?(k) }
+ if metadata[:type] != :aruba && !metadata[:realworld] && 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 unless Spec::Path.ruby_core?
0 commit comments