Sha256: 7d83249c0d4d5ec3a3c41a66f9ea9f0d14175d23aac1c3f32cd60587b1a98fcf

Contents?: true

Size: 331 Bytes

Versions: 1

Compression:

Stored size: 331 Bytes

Contents

# encoding: utf-8

begin
  require 'byebug'
rescue LoadError; end

require 'dry-logic'

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

1 entries across 1 versions & 1 rubygems

Version Path
dry-logic-0.1.0 spec/spec_helper.rb