features/file_examples/files.feature in cuken-0.1.7 vs features/file_examples/files.feature in cuken-0.1.8
- old
+ new
@@ -9,19 +9,19 @@
Background
Given that "cuken/file" has been required
@steps
Scenario: File exists
- Given the empty file "foo.file"
+ Given the file "foo.file" contains nothing
Then the file "foo.file" exists
@steps
Scenario: File does not exist
Then the file "foo.filepants" does not exist
@steps
Scenario: Atime
- Given the empty file "foo.file"
+ Given the file "foo.file" contains nothing
And we record the a-mtime of "foo.file"
And I run `sleep 1`
And I run `touch -a foo.file`
Then the atime of "foo.file" changes