@no-clobber 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 """ 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 """ Scenario: without args prompt help When I run `pah` Then the output should contain: """ Usage: pah Creates a new rails application using project_name [--version|-v] Prompts the pah, rails and ruby version [--verbose] Ouputs in verbose mode """