Sha256: 4bf9a22286647358a9fb45013fdbea7fb62b862381592d38f87daf7269e5a56b
Contents?: true
Size: 356 Bytes
Versions: 1
Compression:
Stored size: 356 Bytes
Contents
# encoding: utf-8 require 'i18n' 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dry-validation-0.3.0 | spec/spec_helper.rb |