Tests for filtering

This commit is contained in:
Manuel Ebert 2013-08-06 17:57:31 -07:00
parent 978d9db072
commit 3ef6095b41
4 changed files with 79 additions and 3 deletions

View file

@ -10,3 +10,13 @@ Feature: Tagging
@journal : 1
@dan : 1
"""
Scenario: Filtering journals should also filter tags
Given we use the config "tags.json"
When we run "jrnl -from 'may 2013' --tags"
Then we should get no error
and the output should be
"""
@idea : 1
@dan : 1
"""