Skip to content

Instantly share code, notes, and snippets.

@sarcilav
Created March 28, 2013 21:55
Show Gist options
  • Save sarcilav/5267167 to your computer and use it in GitHub Desktop.
Save sarcilav/5267167 to your computer and use it in GitHub Desktop.
+---------+------------------------------------------------------------------+
| kind | source |
+---------+------------------------------------------------------------------+
| aruba | The default aruba timeout is (\d+) seconds |
| aruba | ^I'm using a clean gemset "([^"]*)"$ |
| aruba | ^a directory named "([^"]*)"$ |
| aruba | ^a file named "([^"]*)" with:$ |
| aruba | ^a (\d+) byte file named "([^"]*)"$ |
| aruba | ^an empty file named "([^"]*)"$ |
| aruba | ^I write to "([^"]*)" with:$ |
| aruba | ^I overwrite "([^"]*)" with:$ |
| aruba | ^I append to "([^"]*)" with:$ |
| aruba | ^I append to "([^"]*)" with "([^"]*)"$ |
| aruba | ^I remove the file "([^"]*)"$ |
| aruba | ^I cd to "([^"]*)"$ |
| aruba | ^I run "(.*)"$ |
| aruba | ^I run `([^`]*)`$ |
| aruba | ^I successfully run "(.*)"$ |
| aruba | ^I successfully run `(.*?)`(?: for up to (\d+) seconds)?$ |
| aruba | ^I run "([^"]*)" interactively$ |
| aruba | ^I run `([^`]*)` interactively$ |
| aruba | ^I type "([^"]*)"$ |
| aruba | ^I wait for (?:output|stdout) to contain "([^"]*)"$ |
| aruba | ^the output should contain "([^"]*)"$ |
| aruba | ^the output from "([^"]*)" should contain "([^"]*)"$ |
| aruba | ^the output from "([^"]*)" should not contain "([^"]*)"$ |
| aruba | ^the output should not contain "([^"]*)"$ |
| aruba | ^the output should contain:$ |
| aruba | ^the output should not contain:$ |
| aruba | ^the output(?: from "(.*?)")? should contain exactly "(.*?)"$ |
| aruba | ^the output(?: from "(.*?)")? should contain exactly:$ |
| aruba | ^the output should match \/([^\/]*)\/$ |
| aruba | ^the output should match:$ |
| aruba | ^the output should not match \/([^\/]*)\/$ |
| aruba | ^the output should not match:$ |
| aruba | ^the exit status should be (\d+)$ |
| aruba | ^the exit status should not be (\d+)$ |
| aruba | ^it should (pass|fail) with:$ |
| aruba | ^it should (pass|fail) with exactly:$ |
| aruba | ^it should (pass|fail) with regexp?:$ |
| aruba | ^the stderr(?: from "(.*?)")? should contain( exactly)? "(.*?)"$ |
| aruba | ^the stderr(?: from "(.*?)")? should contain( exactly)?:$ |
| aruba | ^the stdout(?: from "(.*?)")? should contain( exactly)? "(.*?)"$ |
| aruba | ^the stdout(?: from "(.*?)")? should contain( exactly)?:$ |
| aruba | ^the stderr should not contain "([^"]*)"$ |
| aruba | ^the stderr should not contain:$ |
| aruba | ^the (stderr|stdout) should not contain anything$ |
| aruba | ^the stdout should not contain "([^"]*)"$ |
| aruba | ^the stdout should not contain:$ |
| aruba | ^the stdout from "([^"]*)" should not contain "([^"]*)"$ |
| aruba | ^the stderr from "([^"]*)" should not contain "([^"]*)"$ |
| aruba | ^the file "([^"]*)" should not exist$ |
| aruba | ^the following files should exist:$ |
| aruba | ^the following files should not exist:$ |
| aruba | ^a file named "([^"]*)" should exist$ |
| aruba | ^a file named "([^"]*)" should not exist$ |
| aruba | ^a (\d+) byte file named "([^"]*)" should exist$ |
| aruba | ^the following directories should exist:$ |
| aruba | ^the following directories should not exist:$ |
| aruba | ^a directory named "([^"]*)" should exist$ |
| aruba | ^a directory named "([^"]*)" should not exist$ |
| aruba | ^the file "([^"]*)" should contain "([^"]*)"$ |
| aruba | ^the file "([^"]*)" should not contain "([^"]*)"$ |
| aruba | ^the file "([^"]*)" should contain:$ |
| aruba | ^the file "([^"]*)" should contain exactly:$ |
| aruba | ^the file "([^"]*)" should match \/([^\/]*)\/$ |
| aruba | ^the file "([^"]*)" should not match \/([^\/]*)\/$ |
| gauntlt | ^an attack "(.*?)" exists$ |
| gauntlt | ^debug$ |
| gauntlt | ^I copy the attack files from the "(.*?)" folder$ |
| gauntlt | ^the following attack files exist:$ |
| gauntlt | ^scapegoat is running on port (\d+)$ |
| gauntlt | ^scapegoat should quit$ |
+---------+------------------------------------------------------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment