features/data_magic.feature in data_magic-0.11 vs features/data_magic.feature in data_magic-0.12
- old
+ new
@@ -80,5 +80,14 @@
Scenario: Returning a value based on a mask
Then the value for "mask" should begin with 3 numbers
And the value for "mask" should have 3 upper case letters after a dash
And the value for "mask" should end with 3 lower case letters
+
+ Scenario: Returning dates
+ Then the value for "today" should be today's date
+ And the value for "tomorrow" should be tomorrow's date
+ And the value for "yesterday" should be yesterday's date
+
+ Scenario: Specifying number of days from today
+ Then the value for "5daysfromtoday" should be five days from today
+ And the value for "5daysago" should be five days ago