Sha256: ea4d97effb7cf2c7d3edcd1ef8bb50224e80bf4833fbac3bac3a22571c38ab9c

Contents?: true

Size: 246 Bytes

Versions: 3

Compression:

Stored size: 246 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 is not implemented") }
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
axiom-0.2.0 spec/unit/axiom/aggregate/class_methods/call_spec.rb
axiom-0.1.1 spec/unit/axiom/aggregate/class_methods/call_spec.rb
axiom-0.1.0 spec/unit/axiom/aggregate/class_methods/call_spec.rb