Cleanup (remove unnecessary code)

This commit is contained in:
Julian Herrero
2019-03-13 11:51:12 +01:00
parent 27553e9058
commit 8ae80cd1a1
6 changed files with 0 additions and 21 deletions

View File

@@ -16,8 +16,6 @@ feature "Valuation budget investments" do
expect{
visit valuation_budget_budget_investments_path(create(:budget))
}.to raise_exception(FeatureFlags::FeatureDisabled)
Setting["feature.budgets"] = true
end
scenario "Display link to valuation section" do