This commit is contained in:
CactusPuppy 2021-02-24 20:28:13 -08:00
parent 091105270b
commit 82a08ffa74
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82

View file

@ -91,7 +91,7 @@ describe ApplicationHelper, type: :helper do
end
it 'should use the conference organization name' do
expect(nav_link_text(nil)).to match conference.organization.name)
expect(nav_link_text(nil)).to match conference.organization.name
end
end
end