Sha256: 28d7de4a3a555d6a5d7cbd180ad29bc4d113d2d303c54cb1cddb1464f71990c6

Contents?: true

Size: 497 Bytes

Versions: 2

Compression:

Stored size: 497 Bytes

Contents

# frozen_string_literal: true

require File.expand_path('../../lib/restrainer', __FILE__)
require 'timecop'

RSpec.configure do |config|
  config.run_all_when_everything_filtered = true
  config.filter_run :focus

  # 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'

  Restrainer.redis = Redis.new
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
restrainer-1.1.0 spec/spec_helper.rb
restrainer-1.0.1 spec/spec_helper.rb