mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 18:26:06 +02:00
8 lines
152 B
Ruby
8 lines
152 B
Ruby
Fabricator(:pricelist) do
|
|
valid_from 1.year.ago
|
|
valid_to 1.year.since
|
|
category '.ee'
|
|
duration '1year'
|
|
operation_category 'new'
|
|
price 10
|
|
end
|