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:
parent
4e89649ac7
commit
e1f6580708
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue