features/install.feature in bddfire-2.0.7 vs features/install.feature in bddfire-2.0.8
- old
+ new
@@ -1,9 +1,9 @@
Feature: Install bddfire
Scenario: Using rubygems
- Given I successfully run `gem list | bddfire`
- Then the output should contain:
- """
- bddfire
- """
+ Given I successfully run `bddfire help`
+ Then the output should contain:
+ """
+ Usage: bddfire <command-name> [parameters] [options]
+ """