it 'does not have brakeman warnings' do
    warnings = JSON.parse(result)['warnings'].size
    message = "Brakeman #{warnings} warnings, run '#{command}' to show them"

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