mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Fix my goofy indentation
This commit is contained in:
parent
889ace40b1
commit
0eccbbbd43
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ module ::Guard
|
|||
paths.delete('some_lib')
|
||||
puts "Running: #{paths.join ' '}"
|
||||
if paths.size.zero?
|
||||
warn 'Running all tests'
|
||||
warn 'Running all tests'
|
||||
system 'rake recspec'
|
||||
else
|
||||
paths.each do |path|
|
||||
|
|
Loading…
Reference in a new issue