Sha256: 293f593216eca633d79868e83dc3190a43071d38f72f386c51ccc79c44a48640
Contents?: true
Size: 230 Bytes
Versions: 19
Compression:
Stored size: 230 Bytes
Contents
RSpec.describe MessageCompiler, '#call' do subject(:message_compiler) { MessageCompiler.new( Messages.default ) } it 'returns an empty hash when there are no errors' do expect(message_compiler.([])).to be_empty end end
Version data entries
19 entries across 19 versions & 1 rubygems