Fix my goofy indentation

This commit is contained in:
☈king 2013-01-08 14:59:40 -06:00 committed by rking@sharpsaw.org
parent 889ace40b1
commit 0eccbbbd43
1 changed files with 1 additions and 1 deletions

View File

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