lib/guard/busted/options.rb in guard-busted-1.0.0 vs lib/guard/busted/options.rb in guard-busted-1.0.1
- old
+ new
@@ -3,11 +3,11 @@
module Guard
module BustedOptions
DEFAULTS = {
run_all_on_start: false,
cmd: 'busted',
- cmd_options: ['-o', 'utfTerminal'],
+ cmd_options: ['-o', 'utfTerminal', '--Xoutput', '--color'],
cmd_all: 'busted',
- cmd_all_options: ['-o', 'utfTerminal']
+ cmd_all_options: ['-o', 'utfTerminal', '--Xoutput', '--color']
}.freeze
end
end