Sha256: 4cfab25df22df0b262a183368a4999897cfd04a10f7b4a6f0a8ec30cf6240be6

Contents?: true

Size: 331 Bytes

Versions: 2

Compression:

Stored size: 331 Bytes

Contents

begin
  require 'byebug'
rescue LoadError; end

require 'dry-logic'
require 'pathname'

SPEC_ROOT = Pathname(__dir__)

Dir[SPEC_ROOT.join('shared/**/*.rb')].each(&method(:require))
Dir[SPEC_ROOT.join('support/**/*.rb')].each(&method(:require))

include Dry::Logic

RSpec.configure do |config|
  config.disable_monkey_patching!
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dry-logic-0.2.1 spec/spec_helper.rb
dry-logic-0.2.0 spec/spec_helper.rb