Sha256: 6622d62d6c9d08086c8503495d08fb927ab58804524f02aafbb732a8043b9836
Contents?: true
Size: 222 Bytes
Versions: 1
Compression:
Stored size: 222 Bytes
Contents
RSpec.describe ErrorCompiler, '#call' do subject(:error_compiler) { ErrorCompiler.new( Messages.default ) } it 'returns an empty hash when there are no errors' do expect(error_compiler.([])).to be_empty end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dry-validation-0.9.5 | spec/unit/error_compiler_spec.rb |