Merge pull request #4735 from consul/rubocop_offenses_1.4

Fix Rubocop convention offenses
This commit is contained in:
Javi Martín
2021-11-16 12:36:47 +01:00
committed by GitHub
2 changed files with 0 additions and 2 deletions

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

View File

@@ -326,7 +326,6 @@ describe "Budgets" do
context "Show" do
let!(:budget) { create(:budget, :selecting) }
let!(:group) { create(:budget_group, budget: budget) }
scenario "Take into account headings with the same name from a different budget" do
group1 = create(:budget_group, budget: budget, name: "New York")