parent
cea424295f
commit
fe7f8da636
42 changed files with 94 additions and 99 deletions
|
@ -145,7 +145,7 @@ describe InvitesController, type: :controller do
|
|||
|
||||
context 'when user has access to dossier' do
|
||||
before do
|
||||
dossier.update(user: signed_in_profile)
|
||||
dossier.update_attributes(user: signed_in_profile)
|
||||
end
|
||||
|
||||
it { expect { subject }.to change(InviteUser, :count).by(1) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue