Fix Layout/EmptyLines Rubocop offense
It was accidentally introduced in commit 2b709f1a3. Pronto didn't warn
us because the blank lines were together after removing the blank lines
between them.
This commit is contained in:
@@ -30,7 +30,6 @@ describe "Admin budget groups", :admin do
|
||||
1.times { create(:budget_heading, group: above) }
|
||||
2.times { create(:budget_heading, group: below) }
|
||||
|
||||
|
||||
visit admin_budget_path(budget)
|
||||
|
||||
within "section", text: "Heading groups" do
|
||||
|
||||
Reference in New Issue
Block a user