Sha256: 6784f9d883babab66ff9d7b336084f74f2349f79a460095a6c9f60604e73a2a5

Contents?: true

Size: 361 Bytes

Versions: 36

Compression:

Stored size: 361 Bytes

Contents

module HybridPlatformsConductorTest

  module Helpers

    module ConfigHelpers

      # Get a test Config
      #
      # Result::
      # * Config: Config on which we can do testing
      def test_config
        @config = HybridPlatformsConductor::Config.new logger: logger, logger_stderr: logger unless @config
        @config
      end

    end

  end

end

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
hybrid_platforms_conductor-33.0.0 spec/hybrid_platforms_conductor_test/helpers/config_helpers.rb
hybrid_platforms_conductor-32.18.0 spec/hybrid_platforms_conductor_test/helpers/config_helpers.rb
hybrid_platforms_conductor-32.17.1 spec/hybrid_platforms_conductor_test/helpers/config_helpers.rb
hybrid_platforms_conductor-32.17.0 spec/hybrid_platforms_conductor_test/helpers/config_helpers.rb
hybrid_platforms_conductor-32.16.4 spec/hybrid_platforms_conductor_test/helpers/config_helpers.rb
hybrid_platforms_conductor-32.16.3 spec/hybrid_platforms_conductor_test/helpers/config_helpers.rb
hybrid_platforms_conductor-32.16.2 spec/hybrid_platforms_conductor_test/helpers/config_helpers.rb
hybrid_platforms_conductor-32.16.1 spec/hybrid_platforms_conductor_test/helpers/config_helpers.rb
hybrid_platforms_conductor-32.16.0 spec/hybrid_platforms_conductor_test/helpers/config_helpers.rb
hybrid_platforms_conductor-32.15.0 spec/hybrid_platforms_conductor_test/helpers/config_helpers.rb
hybrid_platforms_conductor-32.14.0 spec/hybrid_platforms_conductor_test/helpers/config_helpers.rb
hybrid_platforms_conductor-32.13.4 spec/hybrid_platforms_conductor_test/helpers/config_helpers.rb
hybrid_platforms_conductor-32.13.3 spec/hybrid_platforms_conductor_test/helpers/config_helpers.rb
hybrid_platforms_conductor-32.13.2 spec/hybrid_platforms_conductor_test/helpers/config_helpers.rb
hybrid_platforms_conductor-32.13.1 spec/hybrid_platforms_conductor_test/helpers/config_helpers.rb
hybrid_platforms_conductor-32.13.0 spec/hybrid_platforms_conductor_test/helpers/config_helpers.rb
hybrid_platforms_conductor-32.12.0 spec/hybrid_platforms_conductor_test/helpers/config_helpers.rb
hybrid_platforms_conductor-32.11.2 spec/hybrid_platforms_conductor_test/helpers/config_helpers.rb
hybrid_platforms_conductor-32.11.1 spec/hybrid_platforms_conductor_test/helpers/config_helpers.rb
hybrid_platforms_conductor-32.11.0 spec/hybrid_platforms_conductor_test/helpers/config_helpers.rb