adds budget/budget_investment indexes to valuators

This commit is contained in:
Juanjo Bazán
2016-09-08 11:44:07 +02:00
committed by Juanjo Bazán
parent 2d56415048
commit 0fc31b1259
18 changed files with 460 additions and 19 deletions

View File

@@ -9,7 +9,7 @@ feature 'Admin budgets' do
context 'Feature flag' do
xscenario 'Disabled with a feature flag' do
scenario 'Disabled with a feature flag' do
Setting['feature.budgets'] = nil
expect{ visit admin_budgets_path }.to raise_exception(FeatureFlags::FeatureDisabled)
end