mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
8 lines
154 B
Ruby
8 lines
154 B
Ruby
Fabricator(:pricelist) do
|
|
valid_from 1.year.ago
|
|
valid_to 1.year.since
|
|
category 'ee'
|
|
duration '1year'
|
|
operation_category 'create'
|
|
price 10
|
|
end
|