Skip to content

Commit

Permalink
Remove specific version from feature tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Aug 11, 2015
1 parent 0d90b8e commit 7ac2d27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/features/cli.feature
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Feature: cli

#Scenario: Clearing Cache
#@vcr cli-clear-cache
#When I run "touch ~/.terminus/cache/testfile"
Expand All @@ -26,7 +26,7 @@ Feature: cli
When I run "terminus cli info"
Then I should get:
"""
1.0.0
Terminus version
"""

Scenario: Dumping Parameters
Expand Down Expand Up @@ -70,5 +70,5 @@ Feature: cli
When I run "terminus cli version"
Then I should get:
"""
1.0.0
Terminus version
"""

0 comments on commit 7ac2d27

Please sign in to comment.