Method: RSpec::Core::Configuration#default_color
- Defined in:
- lib/rspec/core/configuration.rb
#default_color ⇒ Symbol
The default output color. Defaults to :white
but can be set to one of
the following: [:black, :white, :red, :green, :yellow, :blue,
:magenta, :cyan]
358 |
# File 'lib/rspec/core/configuration.rb', line 358 add_setting :default_color |