Add ISO 8601 validations

This commit is contained in:
Martin Lensment 2014-12-22 13:54:20 +02:00
parent b5bf21b127
commit 2ac59e68ff
10 changed files with 104 additions and 4 deletions

View file

@ -0,0 +1,4 @@
Fabricator(:keyrelay) do
pa_date { DateTime.now }
expiry_relative 'P1W'
end