features/commands.feature in pah-0.0.25 vs features/commands.feature in pah-0.0.26
- old
+ new
@@ -2,18 +2,18 @@
Feature: Commands
Scenario: --version prompts the versions
When I run `pah --version`
Then the output should contain:
"""
- Pah version: 0.0.24
+ Pah version: 0.0.25
Rails version: 4.2.5
Ruby version: 2.2.3
"""
Scenario: -v prompts the versions
When I run `pah -v`
Then the output should contain:
"""
- Pah version: 0.0.24
+ Pah version: 0.0.25
Rails version: 4.2.5
Ruby version: 2.2.3
"""
Scenario: without args prompt help
When I run `pah`