features/data_magic.feature in data_magic-0.13 vs features/data_magic.feature in data_magic-0.14

- old
+ new

@@ -92,9 +92,18 @@ Then the value for "5daysfromtoday" should be five days from today And the value for "5daysago" should be five days ago Scenario: Getting a random month name Then the value for "some_month" should be a valid month + + Scenario: Getting a random month abbreviation + Then the value for "month_abbr" should be a valid month abbreviation + + Scenario: Getting a random day name + Then the value for "some_day" should be a valid day + + Scenario: Getting a random day abbreviation + Then the value for "day_abbr" should be a valid day abbreviation Scenario: It should allow one to add new translator methods When I add the blah translator Then the value for "blah" should be "foobar"