From e2bea902306a1535a507486c0fb351a93358d9a2 Mon Sep 17 00:00:00 2001 From: Matthew Rider Date: Thu, 7 Nov 2024 13:07:48 +0100 Subject: [PATCH] Improve description --- spec/models/organization_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/models/organization_spec.rb b/spec/models/organization_spec.rb index e7bef616d..39104ed01 100644 --- a/spec/models/organization_spec.rb +++ b/spec/models/organization_spec.rb @@ -96,7 +96,7 @@ it { should eq([['Homeowner', 1]]) } end - context 'given an inactive contributor with the same tag' do + context 'given non-active contributors with the same tag' do before do create(:contributor, tag_list: %w[Homeowner], deactivated_at: 1.day.ago, organization: organization) create(:contributor, tag_list: 'teacher', unsubscribed_at: 1.day.ago, organization: organization)