class CodeClimate::TestReporter::CalculateBlob
def calculate_with_git
def calculate_with_git output = `git hash-object -t blob #{@file_path}`.chomp raise "ERROR: Failed to calculate blob with git" unless $?.success? output end
def calculate_with_git output = `git hash-object -t blob #{@file_path}`.chomp raise "ERROR: Failed to calculate blob with git" unless $?.success? output end