Sha256: 0af69ebb657f6a35cbe25e0afa686c210e153cfa3e28de0ff5b528aae31219b4
Contents?: true
Size: 385 Bytes
Versions: 1
Compression:
Stored size: 385 Bytes
Contents
require 'fakefs/spec_helpers' require 'simplecov' SimpleCov.start RSpec.configure do |config| config.include FakeFS::SpecHelpers # 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' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tailor-1.4.0 | spec/spec_helper.rb |