Sha256: 35ee52b4f1ea577f1358f5ef6918110deb7981142b9502bdbb984150a9c8a791
Contents?: true
Size: 311 Bytes
Versions: 2
Compression:
Stored size: 311 Bytes
Contents
# encoding: utf-8 require 'spec_helper' describe Processor::Wrapper::Incoming do describe '#call' do let(:klass) { described_class } before do expect(handler).to receive(:new).with(decomposed).and_return(handler_result) end it_behaves_like 'Processor::Call::Incoming#call' end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
substation-0.0.11 | spec/unit/substation/processor/wrapper/incoming_spec.rb |
substation-0.0.10 | spec/unit/substation/processor/wrapper/incoming_spec.rb |