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

@@ -10,15 +10,10 @@ feature "Internal valuation comments on Budget::Investments" do
let(:investment) { create(:budget_investment, budget: budget, group: group, heading: heading) }
background do
Setting["feature.budgets"] = true
investment.valuators << valuator_user.valuator
login_as(valuator_user)
end
after do
Setting["feature.budgets"] = nil
end
context "Show valuation comments" do
context "Show valuation comments without public comments" do
background do