I am trying to figure out how does the metadata tags works if I have same 
metadata is included in both inclusion and exclusion criterion.


Rspec.configure do |config|

  config.filter_run_excluding { platform_1: true, platform_2: true }
  config.filter_run_including  { platform_1: true }
end


it 'should do something', platform_1: true do
  # spec to be implemented
end

Thanks,
- SJ



-- 
You received this message because you are subscribed to the Google Groups 
"rspec" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rspec/6a3b0b0b-6adb-4e09-b91a-2eba408fcaea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to