This commit is contained in:
Christophe Robillard 2020-02-03 17:46:24 +01:00
parent deb11f281f
commit c137917396
3 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,7 @@ describe Administrateur, type: :model do
it { is_expected.to be true }
end
context "when the administrateur has a procedure where he/she is the only admin" do
context "when the administrateur has a procedure where they is the only admin" do
let!(:administrateur) { create(:administrateur) }
let!(:procedure) { create(:procedure, administrateurs: [administrateur]) }