formatter_options()public
No documentation available.
# File lib/spec/runner/options.rb, line 251
def formatter_options
@formatter_options ||= OpenStruct.new(
:colour => colour,
:autospec => autospec,
:dry_run => dry_run
)
end