Feature: Help Banner As an owner of a repository I want to have an ability to read help Scenario: Help can be printed When I run bin/rultor with "-h" Then Exit code is zero And Stdout contains "Display this help message" Scenario: Help can be printed if project is not specified When I run bin/rultor with "encrypt" Then Exit code is not zero And Stdout contains "Missing required option(s)"