Sha256: 68b23ec01460509e0ba740c7ece589782b9dbae37421cbe46af1f82b1472b23b
Contents?: true
Size: 230 Bytes
Versions: 5
Compression:
Stored size: 230 Bytes
Contents
def windows? !!(RUBY_PLATFORM =~ /mswin|mingw|windows/) end RSpec.configure do |c| c.filter_run focus: true c.run_all_when_everything_filtered = true c.filter_run_excluding(not_supported_on_windows: true) if windows? end
Version data entries
5 entries across 5 versions & 1 rubygems