Sha256: e1f1c66ca527955c2d7dab7927f317ecdf477f4d37ebe2b119339137e1746b71
Contents?: true
Size: 367 Bytes
Versions: 11
Compression:
Stored size: 367 Bytes
Contents
# encoding: utf-8 require 'spec_helper' describe Axiom::Types, '.finalize' do subject { object.finalize } let(:object) { described_class } let(:descendant) { Class.new(Axiom::Types::Type) } it_should_behave_like 'a command method' it 'finalizes the descendants' do expect(descendant).to receive(:finalize) subject end end
Version data entries
11 entries across 9 versions & 4 rubygems