Sha256: e2e5f74ed5b42c393e83801f32bc596fccbb677553b81bf1289c32327f876fe9

Contents?: true

Size: 364 Bytes

Versions: 8

Compression:

Stored size: 364 Bytes

Contents

# frozen_string_literal: true

module ConvenientService
  module Service
    module Plugins
      module CanHaveStubbedResults
        module Container
          include Support::DependencyContainer::Export

          export :"commands.SetServiceStubbedResult" do
            Commands::SetServiceStubbedResult
          end
        end
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
convenient_service-0.19.1 lib/convenient_service/service/plugins/can_have_stubbed_results/container.rb
convenient_service-0.19.0 lib/convenient_service/service/plugins/can_have_stubbed_results/container.rb
convenient_service-0.18.0 lib/convenient_service/service/plugins/can_have_stubbed_results/container.rb
convenient_service-0.17.0 lib/convenient_service/service/plugins/can_have_stubbed_results/container.rb
convenient_service-0.16.0 lib/convenient_service/service/plugins/can_have_stubbed_results/container.rb
convenient_service-0.15.0 lib/convenient_service/service/plugins/can_have_stubbed_results/container.rb
convenient_service-0.14.0 lib/convenient_service/service/plugins/can_have_stubbed_results/container.rb
convenient_service-0.13.0 lib/convenient_service/service/plugins/can_have_stubbed_results/container.rb