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:
@@ -326,7 +326,6 @@ describe "Budgets" do
|
|||||||
|
|
||||||
context "Show" do
|
context "Show" do
|
||||||
let!(:budget) { create(:budget, :selecting) }
|
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
|
scenario "Take into account headings with the same name from a different budget" do
|
||||||
group1 = create(:budget_group, budget: budget, name: "New York")
|
group1 = create(:budget_group, budget: budget, name: "New York")
|
||||||
|
|||||||
Reference in New Issue
Block a user