Sha256: 3454e84642488d6130778528afd86b6a8dc526801669ade51e24dcad2108b59a

Contents?: true

Size: 231 Bytes

Versions: 8

Compression:

Stored size: 231 Bytes

Contents

# frozen_string_literal: true

require 'rspec/rails'

RSpec.configure do |config|
  config.disable_monkey_patching!

  config.mock_with(:rspec) do |mocks|
    mocks.verify_partial_doubles = true
  end

  config.order = :random
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
authorizy-0.5.0 spec/support/common.rb
authorizy-0.4.1 spec/support/common.rb
authorizy-0.4.0 spec/support/common.rb
authorizy-0.3.0 spec/support/common.rb
authorizy-0.2.2 spec/support/common.rb
authorizy-0.2.1 spec/support/common.rb
authorizy-0.2.0 spec/support/common.rb
authorizy-0.1.0 spec/support/common.rb