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:
Javi Martín
2021-11-10 19:47:03 +01:00
parent b0af76efdb
commit 28ee026951

View File

@@ -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