mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 03:06:14 +02:00
Add ISO 8601 validations
This commit is contained in:
parent
b5bf21b127
commit
2ac59e68ff
10 changed files with 104 additions and 4 deletions
4
spec/fabricators/keyrelay_fabricator.rb
Normal file
4
spec/fabricators/keyrelay_fabricator.rb
Normal file
|
@ -0,0 +1,4 @@
|
|||
Fabricator(:keyrelay) do
|
||||
pa_date { DateTime.now }
|
||||
expiry_relative 'P1W'
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue