Sha256: de8ec3688bd7472d509302e1f3bb669d7f60d41122c01068c8b64e1f197a8e2a
Contents?: true
Size: 233 Bytes
Versions: 14
Compression:
Stored size: 233 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
14 entries across 14 versions & 1 rubygems