imported the whole jquery-ui package, refreshed with 1.10.2
[unfold.git] / third-party / jquery-ui-1.10.2 / tests / unit / droppable / droppable_test_helpers.js
diff --git a/third-party/jquery-ui-1.10.2/tests/unit/droppable/droppable_test_helpers.js b/third-party/jquery-ui-1.10.2/tests/unit/droppable/droppable_test_helpers.js
new file mode 100644 (file)
index 0000000..ffd3745
--- /dev/null
@@ -0,0 +1,10 @@
+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