Bah! Typo.... 😭

This commit is contained in:
Michael Ball 2021-02-24 20:23:59 -08:00
parent c170221605
commit 8961cea849

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