diff --git a/Guardfile b/Guardfile index 02a709af..dc386d72 100644 --- a/Guardfile +++ b/Guardfile @@ -10,6 +10,7 @@ module ::Guard def run_on_changes(paths) paths.delete('some_lib') + puts "Running: #{paths.join ' '}" if paths.size.zero? system 'rake recspec' else