search for: formatter_typ

Displaying 1 result from an estimated 1 matches for "formatter_typ".

Did you mean: formatter_type
2006 Dec 21
1
heres how to get color output in rspec_autotest with rspec 0.7.5
...-0800 +++ rspec-0.7.5_with_colour_patch/lib/spec/runner/option_parser.rb 2006-12-21 01:38:15.000000000 -0800 @@ -11,8 +11,7 @@ module Spec def create_context_runner(args, err, out, warn_if_no_files) options = parse(args, err, out, warn_if_no_files) - - formatter = options.formatter_type.new(options.out, options.dry_run, options.colour) + formatter = options.formatter_type.new(options.out, options.dry_run, options.colour, options.force_colour) options.reporter = Reporter.new(formatter, options.backtrace_tweaker) # this doesn''t really belon...