Sha256: 8981c5e99e9c96694d6edb134be259f20399bda5a0b076e17dc6f022437bfdaa

Contents?: true

Size: 449 Bytes

Versions: 3

Compression:

Stored size: 449 Bytes

Contents

# frozen_string_literal: true

module ConvenientService
  module RSpec
    module Helpers
      module Custom
        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

3 entries across 3 versions & 1 rubygems

Version Path
convenient_service-0.14.0 lib/convenient_service/rspec/helpers/custom/stub_service/constants.rb
convenient_service-0.13.0 lib/convenient_service/rspec/helpers/custom/stub_service/constants.rb
convenient_service-0.12.0 lib/convenient_service/rspec/helpers/custom/stub_service/constants.rb