Remove google plus share button

This commit is contained in:
decabeza
2020-07-17 13:18:39 +02:00
committed by Javi Martín
parent 74627641b3
commit e3539544a8
9 changed files with 4 additions and 68 deletions

View File

@@ -140,7 +140,7 @@ describe "Proposals" do
expect(page).not_to have_selector ".js-follow"
within(".social-share-button") do
expect(page.all("a").count).to be(4) # Twitter, Facebook, Google+, Telegram
expect(page.all("a").count).to be(3) # Twitter, Facebook, Telegram
end
end