Sha256: 8842a519a133e396807c507b08484aaf18de8594f407b967bf7db8034f46fcbd

Contents?: true

Size: 284 Bytes

Versions: 1

Compression:

Stored size: 284 Bytes

Contents

module Workarea
  decorate Storefront::PackageViewModelTest, with: :flow_io do
    decorated { setup :stub_flow_worker }

    private

      def stub_flow_worker
        Workarea::FlowIo::ShippingNotifications.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/view_models/workarea/storefront/package_view_model_test.decorator