Skip to content

Instantly share code, notes, and snippets.

@dominicsayers
Last active December 20, 2015 19:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dominicsayers/6185585 to your computer and use it in GitHub Desktop.
Save dominicsayers/6185585 to your computer and use it in GitHub Desktop.
Checking for double quotes in output strings using Aruba
Feature: Config
In order to configure Foreplay
As a CLI
I want to be as usable as possible
Scenario: Check configuration parameters - invalid parameter
When I run `foreplay check --invalid xyz`
Then the output should contain:
"""
ERROR: foreplay check was called with arguments ["--invalid", "xyz"]
Usage: "foreplay check".
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment