Sha256: 38d1aae606001fee6026636782224c1b75dbe9834e48aa66b5ac9783fe731438

Contents?: true

Size: 341 Bytes

Versions: 2

Compression:

Stored size: 341 Bytes

Contents

# encoding: utf-8

require 'dry-validation'

begin
  require 'byebug'
rescue LoadError; end

SPEC_ROOT = Pathname(__dir__)

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

include Dry::Validation

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dry-validation-0.2.0 spec/spec_helper.rb
dry-validation-0.1.0 spec/spec_helper.rb