fix typo
This commit is contained in:
parent
deb11f281f
commit
c137917396
3 changed files with 3 additions and 3 deletions
|
@ -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]) }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue