Method: RSpec::Core::Configuration#fixed_color
- Defined in:
- lib/rspec/core/configuration.rb
#fixed_color ⇒ Symbol
Color used when a pending example is fixed. Defaults to :blue
but can
be set to one of the following: [:black, :white, :red, :green,
:yellow, :blue, :magenta, :cyan]
365 |
# File 'lib/rspec/core/configuration.rb', line 365 add_setting :fixed_color |