Use inflector rule to acronym Api to API

This commit is contained in:
Maciej Szlosarczyk 2018-07-24 11:54:37 +03:00
parent 42004f933f
commit 06f5eb10d4
No known key found for this signature in database
GPG key ID: 41D62D42D3B0D765
25 changed files with 44 additions and 43 deletions

View file

@ -4,7 +4,7 @@ RSpec.describe UserPresenter do
let(:presenter) { described_class.new(user: user, view: view) }
describe '#login_with_role' do
let(:user) { instance_double(ApiUser,
let(:user) { instance_double(APIUser,
login: 'login',
roles: %w[role],
registrar_name: 'registrar') }