1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-06 01:08:21 +01:00
2016-03-23 18:39:41 +01:00

10 lines
99 B
Ruby

FactoryGirl.define do
factory :price do
group nil
plan nil
priceable nil
amount 1
end
end