Sha256: 84fe2af6bcadb66801ae605501695c61a6f26072a02cf84e880d34ea82eed929

Contents?: true

Size: 450 Bytes

Versions: 6

Compression:

Stored size: 450 Bytes

Contents

# frozen_string_literal: true

module ConvenientService
  module RSpec
    module Helpers
      module Classes
        class StubService < Support::Command
          module Constants
            module Triggers
              ##
              # @return [ConvenientService::Support::UniqueValue]
              #
              STUB_SERVICE = Support::UniqueValue.new("STUB_SERVICE")
            end
          end
        end
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
convenient_service-0.19.1 lib/convenient_service/rspec/helpers/classes/stub_service/constants.rb
convenient_service-0.19.0 lib/convenient_service/rspec/helpers/classes/stub_service/constants.rb
convenient_service-0.18.0 lib/convenient_service/rspec/helpers/classes/stub_service/constants.rb
convenient_service-0.17.0 lib/convenient_service/rspec/helpers/classes/stub_service/constants.rb
convenient_service-0.16.0 lib/convenient_service/rspec/helpers/classes/stub_service/constants.rb
convenient_service-0.15.0 lib/convenient_service/rspec/helpers/classes/stub_service/constants.rb