features/commands.feature in pah-0.0.27 vs features/commands.feature in pah-0.0.28
- old
+ new
@@ -2,20 +2,20 @@
Feature: Commands
Scenario: --version prompts the versions
When I run `pah --version`
Then the output should contain:
"""
- Pah version: 0.0.27
- Rails version: 5.0.0
- Ruby version: 2.3.1
+ Pah version: 0.0.28
+ Rails version: 5.1.2
+ Ruby version: 2.4.2
"""
Scenario: -v prompts the versions
When I run `pah -v`
Then the output should contain:
"""
- Pah version: 0.0.27
- Rails version: 5.0.0
- Ruby version: 2.3.1
+ Pah version: 0.0.28
+ Rails version: 5.1.2
+ Ruby version: 2.4.2
"""
Scenario: without args prompt help
When I run `pah`
Then the output should contain:
"""