Sha256: 2cd5c1dd74e24747c905163cd6b04f517ab8c5fd59bd52306f992688dee3d8ef
Contents?: true
Size: 231 Bytes
Versions: 11
Compression:
Stored size: 231 Bytes
Contents
RSpec.describe ErrorCompiler, '#call' do subject(:error_compiler) { ErrorCompiler.new({}) } it 'returns an empty hash when there are no errors' do expect(error_compiler.([])).to be(ErrorCompiler::DEFAULT_RESULT) end end
Version data entries
11 entries across 11 versions & 1 rubygems