aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/selectable/selectable_methods.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/selectable/selectable_methods.js')
-rw-r--r--tests/unit/selectable/selectable_methods.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/unit/selectable/selectable_methods.js b/tests/unit/selectable/selectable_methods.js
new file mode 100644
index 000000000..54adc4f87
--- /dev/null
+++ b/tests/unit/selectable/selectable_methods.js
@@ -0,0 +1,12 @@
+/*
+ * selectable_methods.js
+ */
+(function($) {
+
+module("selectable: methods");
+
+test("testname", function() {
+ ok(false, "missing test - untested code is broken code.");
+});
+
+})(jQuery);