Sha256: 0cbd5817b04392957ba6ed1daa3923be86f630c74acafcb72bf17175d9cf3e48

Contents?: true

Size: 438 Bytes

Versions: 3

Compression:

Stored size: 438 Bytes

Contents

if RUBY_ENGINE == "rbx"
    require "codeclimate-test-reporter"
      CodeClimate::TestReporter.start
end

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

3 entries across 3 versions & 1 rubygems

Version Path
dry-logic-0.3.0 spec/spec_helper.rb
dry-logic-0.2.3 spec/spec_helper.rb
dry-logic-0.2.2 spec/spec_helper.rb