diff --git a/spec/features/management/budget_investments_spec.rb b/spec/features/management/budget_investments_spec.rb index afe01f12c..f4693051a 100644 --- a/spec/features/management/budget_investments_spec.rb +++ b/spec/features/management/budget_investments_spec.rb @@ -16,7 +16,7 @@ describe "Budget Investments" do "", "management_budget_investment_path", { "budget_id": "budget_id" }, - management = true + management: true context "Load" do diff --git a/spec/shared/features/mappable.rb b/spec/shared/features/mappable.rb index 5e827050d..ce6d84fa0 100644 --- a/spec/shared/features/mappable.rb +++ b/spec/shared/features/mappable.rb @@ -1,4 +1,4 @@ -shared_examples "mappable" do |mappable_factory_name, mappable_association_name, mappable_new_path, mappable_edit_path, mappable_show_path, mappable_path_arguments, management = false| +shared_examples "mappable" do |mappable_factory_name, mappable_association_name, mappable_new_path, mappable_edit_path, mappable_show_path, mappable_path_arguments, management: false| include ActionView::Helpers