Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created July 23, 2018 19:38
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 Whateverable/a4f56fe861aab3735d6ef27435364d44 to your computer and use it in GitHub Desktop.
Save Whateverable/a4f56fe861aab3735d6ef27435364d44 to your computer and use it in GitHub Desktop.
committable6
2018.06 https://gist.github.com/AlexDaniel/a0248b128443767b7e3115b86c9fb79f
¦«2018.06»:
ok 1 - mapping-is passes when mapping matches path
ok 2 - mapping-is fails when mapping does not match path
ok 3 - mapping-not-ok passes when mapping not found
ok 4 - mapping-not-ok fails when mapping found
ok 5 - mapping-ok passes when mapping found
ok 6 - mapping-ok fails when mapping not found
ok 7 - path-is passes when path matches mapping
ok 8 - path-is fails when path does not match mapping
ok 9 - path-not-ok passes when path not found
ok 10 - path-not-ok fails when path found
ok 11 - path-ok passes when path found
ok 12 - path-ok fails when path not found
ok 13 - routes-ok passes when all paths and mappings match
ok 14 - routes-ok fails when all paths and mappings do not match
1..14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment