summaryrefslogtreecommitdiff
path: root/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/smartystreets/goconvey/web/client/composer.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/smartystreets/goconvey/web/client/composer.html')
-rw-r--r--src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/smartystreets/goconvey/web/client/composer.html35
1 files changed, 0 insertions, 35 deletions
diff --git a/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/smartystreets/goconvey/web/client/composer.html b/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/smartystreets/goconvey/web/client/composer.html
deleted file mode 100644
index e0d32409893..00000000000
--- a/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/smartystreets/goconvey/web/client/composer.html
+++ /dev/null
@@ -1,35 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <meta http-equiv="content-type" content="text/html; charset=UTF-8">
- <title>GoConvey Composer</title>
- <link rel="stylesheet" type="text/css" href="/resources/css/composer.css">
- <script src="/resources/js/lib/markup.min.js"></script>
- <script src="/resources/js/lib/taboverride.min.js"></script>
- <script src="/resources/js/lib/jquery-2_1_0.min.js"></script>
- <script src="/resources/js/composer.js"></script>
- </head>
- <body>
- <header>
- <h1>
- <span class="logo">GoConvey</span>
- <span class="afterlogo">Composer</span>
- </h1>
- </header>
- <main>
- <textarea id="input" placeholder="Type test cases here, one per line, with tab indentation"></textarea>
- <div id="output"></div>
- </main>
-
-<script id="tpl-convey" type="text/template">{{.}}{{if .|notTestFunc}}{{depth|indent}}Convey("{{title}}", {{if showT}}t, {{/if}}{{if stories|empty}}nil{{else}}func() {
-
-{{stories|recursivelyRender}}{{depth|indent}}}{{/if}})
-{{else}}func {{title|properCase|safeFunc}}(t *testing.T) {
-
-{{stories|recursivelyRender}}}
-{{/if}}
-{{/.}}</script>
-
-
- </body>
-</html> \ No newline at end of file