Add population value to Budget Heading factory

This commit is contained in:
Bertocq
2017-06-27 23:25:28 +02:00
parent 57f476c2fa
commit 97a7cb71d0

View File

@@ -254,6 +254,7 @@ FactoryGirl.define do
association :group, factory: :budget_group
sequence(:name) { |n| "Heading #{n}" }
price 1000000
population 1234
end
factory :budget_investment, class: 'Budget::Investment' do