Relocate spending proposal valuation assigment seed
This commit is contained in:
@@ -21,9 +21,3 @@ section "Commenting Comments" do
|
|||||||
parent: parent)
|
parent: parent)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
section "Creating Valuation Assignments" do
|
|
||||||
(1..17).to_a.sample.times do
|
|
||||||
SpendingProposal.all.sample.valuators << Valuator.first
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|||||||
@@ -22,3 +22,9 @@ section "Creating Spending Proposals" do
|
|||||||
terms_of_service: "1")
|
terms_of_service: "1")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
section "Creating Valuation Assignments" do
|
||||||
|
(1..17).to_a.sample.times do
|
||||||
|
SpendingProposal.all.sample.valuators << Valuator.first
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user