Sha256: f6c09e2bbd9d826c30a4ce3cd12e7ba9e301bcc7bd1c5a53cb607af21ea30170
Contents?: true
Size: 922 Bytes
Versions: 1
Compression:
Stored size: 922 Bytes
Contents
@entry_creation Feature: Add a new entry to the journal Because I'm keeping a daily one-line journal, I want to be able to be able to save a new line with the day of the month next to it. Background: Given I have a journal file @file_creation Scenario: I haven't created a journal file When the journal file can't be found Then a file should be created And my journal entry saved Scenario: I have a journal file and it's the first of the month When it's the first of the month Then the name of the month as an H2 header should be appended And and my entry should be saved Scenario: I have a journal file and it's *not* the first of the month When it's not the first of the month Then my entry should be appended along with the day of the month @missed_day Scenario: I didn't update the journal yesterday When the mtime of the journal isn't yesterday Then the journal should open in my editor
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nikki-0.2.0 | features/new_entry.feature |