Remove unnecesary feature flag setting at spec

This commit is contained in:
Bertocq
2018-01-30 12:13:01 +01:00
parent b3e7f8a78f
commit 345d513342

View File

@@ -16,7 +16,6 @@ feature 'Valuation budget investments' do
end
scenario 'Display link to valuation section' do
Setting['feature.budgets'] = true
visit root_path
expect(page).to have_link "Valuation", href: valuation_root_path
end