lib/guard/busted/options.rb in guard-busted-0.1.2 vs lib/guard/busted/options.rb in guard-busted-1.0.0

- old
+ new

@@ -3,11 +3,11 @@ module Guard module BustedOptions DEFAULTS = { run_all_on_start: false, cmd: 'busted', - cmd_options: [], + cmd_options: ['-o', 'utfTerminal'], cmd_all: 'busted', - cmd_all_options: [] + cmd_all_options: ['-o', 'utfTerminal'] }.freeze end end