From 6a24609dabd4a283631972339a0a60fee427ab0a Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Tue, 11 Nov 2014 15:47:00 +1300 Subject: [PATCH] More examples on versioned --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2db7c7c..ac4e1fe 100644 --- a/README.md +++ b/README.md @@ -641,6 +641,8 @@ It's based on the `vendor/bin/behat -di @cms` output. Given /^(?:(an|a|the) )"(?[^"]+)" "(?[^"]+)" is (?[^"]*)$/ - Example: Given the "page" "Page 1" is not published + - Example: Given the "page" "Page 1" is published + - Example: Given the "page" "Page 1" is deleted Given /^there are the following ([^\s]*) records$/ - Accepts YAML fixture definitions similar to the ones used in SilverStripe unit testing.