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)