spec/unit/yaks/pipeline_spec.rb in yaks-0.11.0 vs spec/unit/yaks/pipeline_spec.rb in yaks-0.12.0

- old
+ new

@@ -14,10 +14,10 @@ expect(pipeline.call(1000, env)).to equal 1111 end end describe '#insert_hooks' do - let(:hooks) { [] } + let(:hooks) { [] } describe 'before' do let(:hooks) { [[:before, :step2, :before_step2, ->(i, _e) { i - (i % 100) }]] } it 'should insert a hook before the step' do