Update comment

This commit is contained in:
David Cook
2023-04-12 11:04:00 +10:00
parent 03cb14c926
commit d94da8df1e

View File

@@ -85,7 +85,7 @@ describe Customer, type: :model do
# manager of enterprise1
let!(:user2) { create(:user) }
# user who has edit profile permission on enterprise1
# user who has edit profile permission on enterprise via enterprise2
let!(:user3) { create(:user) }
let!(:enterprise2) { create(:enterprise, owner: user3) }