Skip to content

Commit 7ac2d27

Browse files
committed
Remove specific version from feature tests
1 parent 0d90b8e commit 7ac2d27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/features/cli.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Feature: cli
2-
2+
33
#Scenario: Clearing Cache
44
#@vcr cli-clear-cache
55
#When I run "touch ~/.terminus/cache/testfile"
@@ -26,7 +26,7 @@ Feature: cli
2626
When I run "terminus cli info"
2727
Then I should get:
2828
"""
29-
1.0.0
29+
Terminus version
3030
"""
3131

3232
Scenario: Dumping Parameters
@@ -70,5 +70,5 @@ Feature: cli
7070
When I run "terminus cli version"
7171
Then I should get:
7272
"""
73-
1.0.0
73+
Terminus version
7474
"""

0 commit comments

Comments
 (0)