Relocate spending proposal valuation assigment seed

This commit is contained in:
Bertocq
2018-02-22 11:38:49 +01:00
parent 500db4b5d8
commit d44621f761
2 changed files with 6 additions and 6 deletions

View File

@@ -21,9 +21,3 @@ section "Commenting Comments" do
parent: parent)
end
end
section "Creating Valuation Assignments" do
(1..17).to_a.sample.times do
SpendingProposal.all.sample.valuators << Valuator.first
end
end

View File

@@ -22,3 +22,9 @@ section "Creating Spending Proposals" do
terms_of_service: "1")
end
end
section "Creating Valuation Assignments" do
(1..17).to_a.sample.times do
SpendingProposal.all.sample.valuators << Valuator.first
end
end