Merge pull request #4735 from consul/rubocop_offenses_1.4
Fix Rubocop convention offenses
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
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user