Sha256: 0ecef178713fb58617c64740286367f062e84be53e87e9e58aa2c2a7fdf97d70

Contents?: true

Size: 393 Bytes

Versions: 15

Compression:

Stored size: 393 Bytes

Contents

# frozen_string_literal: true

module Anyway
  class TestConfig < Anyway::Config # :nodoc:
    attr_config :test,
                api: { key: '' },
                log: {
                  format: {
                    color: false,
                    max_length: 100
                  },
                  level: :info
                },
                log_levels: %i[info fatal]
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
anyway_config-1.4.4 spec/support/test_config.rb
anyway_config-1.4.3 spec/support/test_config.rb
anyway_config-1.4.2 spec/support/test_config.rb
anyway_config-1.4.1 spec/support/test_config.rb
anyway_config-1.4.0 spec/support/test_config.rb
anyway_config-1.3.1 spec/support/test_config.rb
anyway_config-1.3.0 spec/support/test_config.rb
anyway_config-1.2.0 spec/support/test_config.rb
anyway_config-1.1.3 spec/support/test_config.rb
anyway_config-1.1.2 spec/support/test_config.rb
anyway_config-1.1.1 spec/support/test_config.rb
anyway_config-1.1.0 spec/support/test_config.rb
anyway_config-1.0.0 spec/support/test_config.rb
anyway_config-1.0.0.rc1 spec/support/test_config.rb
anyway_config-0.5.1.rc1 spec/support/test_config.rb