Sha256: 91b6022956cac3a40e341ac3d2a39196bd56f6003b4f446d7e791d78d1579af1
Contents?: true
Size: 304 Bytes
Versions: 3
Compression:
Stored size: 304 Bytes
Contents
require 'bundler/setup' Bundler.setup require 'inactive_support' 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.filter_run_excluding :brute config.order = 'random' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
inactive_support-1.1.0 | spec/spec_helper.rb |
inactive_support-1.0.0 | spec/spec_helper.rb |
inactive_support-0.1.0 | spec/spec_helper.rb |