Tests for tagging

This commit is contained in:
Manuel Ebert 2014-07-02 15:34:08 +02:00
parent 919b9ae3e4
commit c05fdfdad7
4 changed files with 28 additions and 0 deletions

View file

@ -20,3 +20,14 @@ Feature: Tagging
@idea : 1
@dan : 1
"""
Scenario: Tags should allow certain special characters
Given we use the config "tags-216.json"
When we run "jrnl --tags"
Then we should get no error
and the output should be
"""
@os/2 : 1
@c++ : 1
@c# : 1
"""