Revert "add test"

messed up something with features.

This reverts commit 6e0ecac0dd.
This commit is contained in:
= 2020-05-29 16:41:23 -04:00
parent 6e0ecac0dd
commit ca6ee74d9d
2 changed files with 0 additions and 21 deletions

View file

@ -113,14 +113,3 @@ Feature: Basic reading and writing to a journal
2013-06-10 15:40 Life is good.
"""
And we should get no error
Scenario: Install with relative path and view from another directory
Given there is no config
When we run "jrnl hello world" and enter
"""
test.txt
n \n
"""
and we move a directory up
and we run "jrnl -n 1"
Then the output should contain "hello world"