Sha256: 16d16c2df53053f393d4d42e163ea3868ff6cbb4a31b71db48f90f044e6feee2

Contents?: true

Size: 366 Bytes

Versions: 2

Compression:

Stored size: 366 Bytes

Contents

require 'rubygems'
require 'bundler/setup'
require 'active_support'
require 'sunbro'

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"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sunbro-0.1.0 spec/spec_helper.rb
sunbro-0.0.1 spec/spec_helper.rb