Sha256: afb7e2cb71e3a242bcb5ed3302cb394421034a89f4199b92bee8055d4937b25d

Contents?: true

Size: 253 Bytes

Versions: 3

Compression:

Stored size: 253 Bytes

Contents

require 'simplecov'
SimpleCov.start

require 'wisper'

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

3 entries across 3 versions & 1 rubygems

Version Path
wisper-1.0.1 spec/spec_helper.rb
wisper-1.0.0 spec/spec_helper.rb
wisper-0.0.2 spec/spec_helper.rb