Method: Spec::Runner::Options#formatter_options
- Defined in:
- lib/spec/runner/options.rb
#formatter_options ⇒ Object
251 252 253 254 255 256 257 |
# File 'lib/spec/runner/options.rb', line 251 def @formatter_options ||= OpenStruct.new( :colour => colour, :autospec => autospec, :dry_run => dry_run ) end |