Sha256: 4ae18cceb870d17ddde6932fc564c93f0ad0479922a4a892f9f5b8daf4c04a57

Contents?: true

Size: 386 Bytes

Versions: 2

Compression:

Stored size: 386 Bytes

Contents

require 'bundler/setup'
require 'fake_pin'

Dir[SPEC_PATH.join("support/**/*.rb")].each { |f| require f }

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
fake_pin-0.2 spec/spec_helper.rb
fake_pin-0.0.1 spec/spec_helper.rb