Sha256: f70b2674bc0f35f50b2a0a18592b9de99c8ea9adeb0781577ef919f61993e5e9
Contents?: true
Size: 319 Bytes
Versions: 1
Compression:
Stored size: 319 Bytes
Contents
# frozen_string_literal: true module Guard module BustedOptions DEFAULTS = { run_all_on_start: false, cmd: 'busted', cmd_options: ['-o', 'utfTerminal', '--Xoutput', '--color'], cmd_all: 'busted', cmd_all_options: ['-o', 'utfTerminal', '--Xoutput', '--color'] }.freeze end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
guard-busted-1.0.1 | lib/guard/busted/options.rb |