summaryrefslogtreecommitdiffstats
path: root/apps/it/static/js/ui/tests/unit/droppable/droppable_test_helpers.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/it/static/js/ui/tests/unit/droppable/droppable_test_helpers.js')
-rw-r--r--apps/it/static/js/ui/tests/unit/droppable/droppable_test_helpers.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/apps/it/static/js/ui/tests/unit/droppable/droppable_test_helpers.js b/apps/it/static/js/ui/tests/unit/droppable/droppable_test_helpers.js
deleted file mode 100644
index ffd3745..0000000
--- a/apps/it/static/js/ui/tests/unit/droppable/droppable_test_helpers.js
+++ /dev/null
@@ -1,10 +0,0 @@
-TestHelpers.droppable = {
- shouldDrop: function() {
- // todo: actually implement this
- ok(true, "missing test - untested code is broken code");
- },
- shouldNotDrop: function() {
- // todo: actually implement this
- ok(true, "missing test - untested code is broken code");
- }
-}; \ No newline at end of file