Remove unused variables
This commit is contained in:
@@ -77,10 +77,11 @@ describe "Proposal Notifications" do
|
||||
|
||||
scenario "Show notifications" do
|
||||
proposal = create(:proposal)
|
||||
_notification1 = create(:proposal_notification,
|
||||
|
||||
create(:proposal_notification,
|
||||
proposal: proposal, title: "Hey guys",
|
||||
body: "Just wanted to let you know that...")
|
||||
_notification2 = create(:proposal_notification,
|
||||
create(:proposal_notification,
|
||||
proposal: proposal, title: "Another update",
|
||||
body: "We are almost there please share with your peoples!")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user