Sha256: 4563072670d2e87a416c7ed1c7248a69cd5c1c5b05e74297608c920ff6bd67a1
Contents?: true
Size: 421 Bytes
Versions: 8
Compression:
Stored size: 421 Bytes
Contents
require 'rubygems' require 'utf8-cleaner' require 'uri' RSpec.configure do |config| # Run specs in random order to surface order dependencies. If you find an # order dependency and want to debug it, you can fix the order by providing # the seed, which is printed after each run. # --seed 1234 config.order = "random" config.filter_run :focus => true config.run_all_when_everything_filtered = true end
Version data entries
8 entries across 8 versions & 1 rubygems