Sha256: 4189e5028fef8fa5541e39069c6227242c867a6e2bfc7c2619cce53833c18be1

Contents?: true

Size: 285 Bytes

Versions: 2

Compression:

Stored size: 285 Bytes

Contents

require 'rspec/collection_matchers'

Dir['./spec/support/**/*'].each {|f| require f}

RSpec.configure do |config|
  config.treat_symbols_as_metadata_keys_with_true_values = true
  config.run_all_when_everything_filtered = true
  config.filter_run :focus

  config.order = 'random'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rspec-collection_matchers-0.0.2 spec/spec_helper.rb
rspec-collection_matchers-0.0.1 spec/spec_helper.rb