typo
This commit is contained in:
parent
ba7f75bcac
commit
ec8ccad465
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ RSpec.describe Expert, type: :model do
|
|||
end
|
||||
|
||||
it 'transfers the access to the new expert' do
|
||||
expect(procedure.reload.experts). to match_array(new_expert)
|
||||
expect(procedure.reload.experts).to match_array(new_expert)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue