Remove consecutive blank lines

This commit is contained in:
Javi Martín
2019-06-22 15:34:27 +02:00
parent 47b2c42a1d
commit 488461b8ac
36 changed files with 3 additions and 40 deletions

View File

@@ -75,8 +75,6 @@ describe "Legislation" do
@debate = create(:legislation_question, process: @process, title: "Question 2")
create(:debate_comment, user: user, commentable_id: @debate.id, body: "Answer 3")
create(:debate_comment, user: user, commentable_id: @debate.id, body: "Answer 4")
end
scenario "show debates list" do