Module: TestBench::Output::Writer::Defaults

Defined in:
lib/test_bench/output/writer.rb

Class Method Summary collapse

Class Method Details

.styling_policyObject



107
108
109
110
111
112
113
# File 'lib/test_bench/output/writer.rb', line 107

def self.styling_policy
  env_styling_policy = ENV.fetch('TEST_BENCH_OUTPUT_STYLING', 'detect')

  styling_policy = env_styling_policy.to_sym

  styling_policy
end