Remove deprecated investment test scenario for price explanation

This commit is contained in:
Bertocq
2018-01-10 00:59:19 +01:00
parent 1d6c3034cb
commit f350b99123

View File

@@ -535,13 +535,6 @@ feature 'Budget Investments' do
expect(page).not_to have_content(investment.price_explanation)
end
scenario "Budget in balloting phase" do
budget.update(phase: "balloting")
visit budget_investment_path(budget_id: budget.id, id: investment.id)
expect(page).to have_content("Price explanation")
expect(page).to have_content(investment.price_explanation)
end
end
scenario "Show (unfeasible budget investment)" do