rubocop cleanup

This commit is contained in:
Priit Tark 2015-01-19 14:57:41 +02:00
parent 3d3d634882
commit 1acaafd922
4 changed files with 14 additions and 12 deletions

View file

@ -40,6 +40,6 @@ begin
`kill #{pid}`
end
end
rescue LoadError
# rspec gem not loaded, probably we are in production machine
rescue LoadError => e
puts e # rspec gem not loaded, probably we are in production machine
end