mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-06 01:08:21 +01:00
10 lines
99 B
Ruby
10 lines
99 B
Ruby
FactoryGirl.define do
|
|
factory :price do
|
|
group nil
|
|
plan nil
|
|
priceable nil
|
|
amount 1
|
|
end
|
|
|
|
end
|