Bubble 2016.08.16

feature: help

«  feature: custom_local_client_encoding   ::   Contents   ::   feature: export_escapes  »

feature: help

Feature content

# file:features/help.feature
Feature: Bubble usage
Scenario: Starting bubble
    Given a new working directory
    When I run "bubble --help"
    Then the command output should contain "Usage"
    And  the command returncode is "0"

«  feature: custom_local_client_encoding   ::   Contents   ::   feature: export_escapes  »