This commit is contained in:
simon lehericey 2021-10-12 11:03:34 +02:00
parent ba7f75bcac
commit ec8ccad465

View file

@ -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