Fix typo at followable shared spec

This commit is contained in:
Bertocq
2018-02-19 11:07:59 +01:00
parent 34877ede57
commit fbfabaeda4

View File

@@ -63,7 +63,7 @@ shared_examples "followable" do |followable_class_name, followable_path, followa
click_link("Follow #{followable.model_name.human.downcase}") click_link("Follow #{followable.model_name.human.downcase}")
end end
expect(page).to have_content strip_tags(notice_html_message) expect(page).to have_content strip_tags(create_notice_message)
end end
scenario "Display unfollow button when user already following" do scenario "Display unfollow button when user already following" do