features/command-line-favs.feature in command-line-favs-0.0.1 vs features/command-line-favs.feature in command-line-favs-0.1.0
- old
+ new
@@ -109,11 +109,11 @@
ug = "echo ungrouped"
[test]
ef = "echo Foo"
eb = "echo Bar"
"""
- When I run `fav -ls -g test`
+ When I run `fav -l -g test`
Then it should pass with exactly:
"""
ef = "echo Foo"
eb = "echo Bar"
@@ -125,10 +125,10 @@
ug = "echo ungrouped"
[test]
ef = "echo Foo"
eb = "echo Bar"
"""
- When I run `fav -ls`
+ When I run `fav -l`
Then it should pass with exactly:
"""
ug = "echo ungrouped"
[test]
ef = "echo Foo"
\ No newline at end of file