Remove unused variables

This commit is contained in:
Javi Martín
2021-03-27 17:53:56 +01:00
parent 5ab1ed57ea
commit 5612ada2d4

View File

@@ -77,10 +77,11 @@ describe "Proposal Notifications" do
scenario "Show notifications" do scenario "Show notifications" do
proposal = create(:proposal) proposal = create(:proposal)
_notification1 = create(:proposal_notification,
create(:proposal_notification,
proposal: proposal, title: "Hey guys", proposal: proposal, title: "Hey guys",
body: "Just wanted to let you know that...") body: "Just wanted to let you know that...")
_notification2 = create(:proposal_notification, create(:proposal_notification,
proposal: proposal, title: "Another update", proposal: proposal, title: "Another update",
body: "We are almost there please share with your peoples!") body: "We are almost there please share with your peoples!")