Module: Guard::Codeception::Options
- Defined in:
- lib/guard/codeception/options.rb
Constant Summary collapse
- DEFAULTS =
{ test_on_start: false, suites: [:acceptance, :functional, :unit], debug: false, groups: [], codecept: 'codecept', cli: false }
Class Method Summary collapse
Class Method Details
.with_defaults(options = {}) ⇒ Object
15 16 17 |
# File 'lib/guard/codeception/options.rb', line 15 def with_defaults(={}) DEFAULTS.merge() end |