Method: Guard::FonesConfig#run_all

Defined in:
lib/guard/fones/config.rb

#run_allObject

Called on Ctrl-\ signal This method should be principally used for long action like running all specs/tests/…



19
20
21
22
23
# File 'lib/guard/fones/config.rb', line 19

def run_all
  UI.info "Reloading project config"
  ::Fones::Guard.project.load_config
  true
end