Sha256: a11661e065d51d24f013d22bda5d5a31b27b8f234404083769cab3aae6f7a913

Contents?: true

Size: 247 Bytes

Versions: 4

Compression:

Stored size: 247 Bytes

Contents

# encoding: utf-8

require 'spec_helper'

describe Aggregate, '.call' do
  subject { object.call }

  let(:object) { described_class }

  specify { expect { subject }.to raise_error(NotImplementedError, "#{object}.call must be implemented") }
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
veritas-0.0.7 spec/unit/veritas/aggregate/class_methods/call_spec.rb
veritas-0.0.6 spec/unit/veritas/aggregate/class_methods/call_spec.rb
veritas-0.0.5 spec/unit/veritas/aggregate/class_methods/call_spec.rb
veritas-0.0.4 spec/unit/veritas/aggregate/class_methods/call_spec.rb