Fix all rubocop Metrics/LineLength issues (140+)
This commit is contained in:
@@ -65,7 +65,8 @@ feature 'Proposal Notifications' do
|
||||
scenario "Show notifications" do
|
||||
proposal = create(:proposal)
|
||||
notification1 = create(:proposal_notification, proposal: proposal, title: "Hey guys", body: "Just wanted to let you know that...")
|
||||
notification2 = create(:proposal_notification, proposal: proposal, title: "Another update", body: "We are almost there please share with your peoples!")
|
||||
notification2 = create(:proposal_notification, proposal: proposal, title: "Another update",
|
||||
body: "We are almost there please share with your peoples!")
|
||||
|
||||
visit proposal_path(proposal)
|
||||
|
||||
@@ -144,4 +145,4 @@ feature 'Proposal Notifications' do
|
||||
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user