mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
Added operation to pricelist #2380
This commit is contained in:
parent
ee150e73ec
commit
44157ea805
8 changed files with 64 additions and 52 deletions
|
@ -1,5 +1,8 @@
|
|||
Fabricator(:pricelist) do
|
||||
active_from 1.year.ago
|
||||
active_until 1.year.since
|
||||
valid_from 1.year.ago
|
||||
valid_to 1.year.since
|
||||
category '.ee'
|
||||
duration '1year'
|
||||
operation_category 'new'
|
||||
price 10
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue