fixes specs

This commit is contained in:
rgarcia
2017-01-10 21:30:38 +01:00
parent 4d5b885b7e
commit 53c5ea7e90
11 changed files with 36 additions and 1 deletions

View File

@@ -3,6 +3,8 @@ require 'rails_helper'
feature 'Spending Proposals' do
background do
Setting["feature.spending_proposals"] = true
Setting['feature.spending_proposal_features.voting_allowed'] = true
login_as_manager
end