From 94f77945dfce59abd40c10282542982c873bab6c Mon Sep 17 00:00:00 2001 From: Honza Javorek Date: Fri, 20 May 2016 15:02:22 +0200 Subject: [PATCH] Removing redundant file. Canonical paths are already documented enough in https://github.com/apiaryio/dredd-transactions and https://github.com/apiaryio/dredd/issues/227. And this file isn't linked from anywhere. --- docs/canonical-paths.md | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 docs/canonical-paths.md diff --git a/docs/canonical-paths.md b/docs/canonical-paths.md deleted file mode 100644 index 25279f645..000000000 --- a/docs/canonical-paths.md +++ /dev/null @@ -1,11 +0,0 @@ -## Canonical path convention for transaction names - -- when processing multiple blueprint, `API Name` is a part of the transaction name - - when there is no API Name in the blueprint, it will use `filename` instead -- when group is not present, transaction starts with a space (bug #168) -- when resource name and action name is empty, URI and method is used instead -- when multiple request response pairs are present, it uses generic sequential example names - -## Fundamental indeterminism -- When there are compiled duplicate paths, it does not throw any error -