Class: Guard::ParallelAllFeatures

Inherits:
Guard
  • Object
show all
Defined in:
lib/guard/parallel-all-features.rb

Instance Method Summary collapse

Instance Method Details

#run_allObject



7
8
9
# File 'lib/guard/parallel-all-features.rb', line 7

def run_all
  ParallelAll::Runner.run "features", options
end

#run_on_change(paths) ⇒ Object



10
11
12
# File 'lib/guard/parallel-all-features.rb', line 10

def run_on_change(paths)
  run_all
end