Fix rubocop offense

This commit is contained in:
Jan Beckmann 2018-08-14 22:55:32 +02:00
parent 50a231787d
commit c0d1d46134
No known key found for this signature in database
GPG Key ID: 3090E00AAFF37325
1 changed files with 2 additions and 2 deletions

View File

@ -85,12 +85,12 @@ describe IconsHelper do
icon_name = 'standard'
expect(audit_icon(icon_name).to_s)
.to eq '<i class="fa fa-key"></i>'
end
end
it 'returns right icon name for two-factor auth' do
icon_name = 'two-factor'
expect(audit_icon(icon_name).to_s)
.to eq '<i class="fa fa-key"></i>'
.to eq '<i class="fa fa-key"></i>'
end
it 'returns right icon name for google_oauth2 auth' do