1
0
Fork 0
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:
☈king 2013-01-08 14:59:40 -06:00 committed by rking@sharpsaw.org
parent 889ace40b1
commit 0eccbbbd43

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|