it 'does not have eslint warnings' do
    warnings = JSON.parse(result).first['warningCount']
    message = "Reek #{warnings} warnings, run '#{command}' to show them"

    expect(warnings).to eq(0), message