From 8961cea8499e5967e0a90c3f41923994b1292e21 Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Wed, 24 Feb 2021 20:23:59 -0800 Subject: [PATCH] Bah! Typo.... :sob: --- spec/helpers/application_helper_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/helpers/application_helper_spec.rb b/spec/helpers/application_helper_spec.rb index 7e209774..10aced29 100644 --- a/spec/helpers/application_helper_spec.rb +++ b/spec/helpers/application_helper_spec.rb @@ -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