Remove unused block arguments
There are more cases where we have unused block arguments, but I'm only changing the obvious ones.
This commit is contained in:
@@ -690,7 +690,7 @@ describe "Budget Investments" do
|
||||
end
|
||||
|
||||
scenario "Random order maintained when going back from show" do
|
||||
per_page.times { |i| create(:budget_investment, heading: heading) }
|
||||
per_page.times { create(:budget_investment, heading: heading) }
|
||||
|
||||
visit budget_investments_path(budget, heading_id: heading.id)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user