Module: Guard::MochaNode::Runner

Defined in:
lib/guard/mocha_node/runner.rb

Class Method Summary collapse

Class Method Details

.run(paths = [], options = {}) ⇒ Object



6
7
8
9
10
11
12
13
14
# File 'lib/guard/mocha_node/runner.rb', line 6

def self.run(paths = [], options = {})
  return false if paths.empty?

  @paths   = paths
  @options = options

  print_message
  execute_mocha_node_command
end