Fix RSpec/LetSetup Rubocop offense

It was accidentally introduced in commit 756a16f67. Pronto didn't warn
us because in that commit we deleted the code where the `group` method
was used.
This commit is contained in:
Javi Martín
2021-11-10 19:48:39 +01:00
parent 28ee026951
commit c2410cb461

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")