Fix typo at followable shared spec
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user