Sha256: 2e2ec56f55b29f3497522b4920d96f8431335baa6426949fc5213de8f015250b

Contents?: true

Size: 242 Bytes

Versions: 1

Compression:

Stored size: 242 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

1 entries across 1 versions & 1 rubygems

Version Path
appbundler-0.6.0 spec/spec_helper.rb