Sha256: 7d771ea50fee61834f72bc6d9edaa81f23a2a829c123aafe1814067abfe70886

Contents?: true

Size: 406 Bytes

Versions: 1

Compression:

Stored size: 406 Bytes

Contents

require 'fakefs/spec_helpers'
require 'rspec/its'
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.1 spec/spec_helper.rb