From fbfabaeda4731840a36c70e41796178c6a224e69 Mon Sep 17 00:00:00 2001 From: Bertocq Date: Mon, 19 Feb 2018 11:07:59 +0100 Subject: [PATCH] Fix typo at followable shared spec --- spec/shared/features/followable.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/shared/features/followable.rb b/spec/shared/features/followable.rb index baf1ddecd..276d80d25 100644 --- a/spec/shared/features/followable.rb +++ b/spec/shared/features/followable.rb @@ -63,7 +63,7 @@ shared_examples "followable" do |followable_class_name, followable_path, followa click_link("Follow #{followable.model_name.human.downcase}") end - expect(page).to have_content strip_tags(notice_html_message) + expect(page).to have_content strip_tags(create_notice_message) end scenario "Display unfollow button when user already following" do