aboutsummaryrefslogtreecommitdiffstats
path: root/test/webcals/templates/propfind_test.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/webcals/templates/propfind_test.js')
-rw-r--r--test/webcals/templates/propfind_test.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/webcals/templates/propfind_test.js b/test/webcals/templates/propfind_test.js
deleted file mode 100644
index 6d2399e..0000000
--- a/test/webcals/templates/propfind_test.js
+++ /dev/null
@@ -1,11 +0,0 @@
-requireLib('templates/propfind');
-
-suite('templates/propfind', function() {
-
- var Propfind;
-
- suiteSetup(function() {
- Propfind = Webcals.require('templates/propfind');
- });
-
-});