1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

Immediate output from Guard

(So you know it's not Guard lag, but test suite start)
This commit is contained in:
☈king 2012-12-13 11:34:17 -06:00 committed by rking@sharpsaw.org
parent 4e89649ac7
commit e1f6580708

View file

@ -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