Method: RSpec::Core::Configuration#detail_color
- Defined in:
- lib/rspec/core/configuration.rb
#detail_color ⇒ Symbol
Color used to print details. Defaults to :cyan
but can be set to one
of the following: [:black, :white, :red, :green, :yellow, :blue,
:magenta, :cyan]
372 |
# File 'lib/rspec/core/configuration.rb', line 372 add_setting :detail_color |