Sha256: 3b3893c367279d2d3117f0ac37e7be35ca2e7a395f93f7fadacee5acc5dd0e30

Contents?: true

Size: 373 Bytes

Versions: 1

Compression:

Stored size: 373 Bytes

Contents

module Workarea
  decorate FulfillmentTest, with: :flow_io do
    decorated { setup :stub_flow_workers }

    private

      def stub_flow_workers
        Workarea::FlowIo::ShippingNotifications.any_instance.stubs(:perform).returns(stub_everything)
        Workarea::FlowIo::FulfillmentCancellation.any_instance.stubs(:perform).returns(stub_everything)
      end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
workarea-flow_io-1.2.1 test/models/workarea/fulfillment_test.decorator