spec/support/test_config.rb in anyway_config-0.5.1.rc1 vs spec/support/test_config.rb in anyway_config-0.5.1
- old
+ new
@@ -1,16 +1,14 @@
-# frozen_string_literal: true
-
module Anyway
class TestConfig < Anyway::Config # :nodoc:
- attr_config :test,
+ attr_config :test,
api: { key: '' },
log: {
format: {
color: false,
max_length: 100
},
level: :info
},
- log_levels: %i[info fatal]
+ log_levels: [:info, :fatal]
end
end