summaryrefslogtreecommitdiff
path: root/testing/library.yarn
diff options
context:
space:
mode:
Diffstat (limited to 'testing/library.yarn')
-rw-r--r--testing/library.yarn8
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/library.yarn b/testing/library.yarn
index c49021e..89e8da1 100644
--- a/testing/library.yarn
+++ b/testing/library.yarn
@@ -37,6 +37,14 @@ Repository access
IMPLEMENTS WHEN ([a-z][a-z0-9]*),? using ([a-z][a-z0-9]*),? clones ([^ ]+) as ([^ ]+)
$GTT cloneviassh $MATCH_1 $MATCH_2 "$MATCH_3" "$MATCH_4"
+Server-side repository checking for behind-the-scenes work
+----------------------------------------------------------
+
+ IMPLEMENTS THEN server-side ([^ ]+) file ([^ ]+) contains (.+)
+ cd "$($GTT serverlocation $MATCH_1)"
+ grep -q "$MATCH_3" "$MATCH_2"
+
+
Clone manipulation
------------------