From 90386221bcb0c8cb9dda97fdbbb1582a156c0c97 Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Fri, 4 Jan 2019 17:50:08 +1300 Subject: [PATCH] Update notification reply url in helper spec --- spec/helpers/notifications_helper_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/helpers/notifications_helper_spec.rb b/spec/helpers/notifications_helper_spec.rb index 39e212980..68262fb9e 100644 --- a/spec/helpers/notifications_helper_spec.rb +++ b/spec/helpers/notifications_helper_spec.rb @@ -8,7 +8,7 @@ describe NotificationsHelper do notification = FactoryBot.create(:notification, recipient_id: member.id, post_id: nil) link = helper.reply_link(notification) link.should_not be_nil - link.should eq reply_notifications_url(notification) + link.should eq notification_reply_url(notification) end it "replies to post comments with post comments" do