From bde431bb449b1d957d4e0b736111ff342f2a919d Mon Sep 17 00:00:00 2001 From: Scott González Date: Tue, 7 Apr 2015 10:55:52 -0400 Subject: Tests: Rename files Ref gh-1528 --- tests/unit/droppable/helper.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tests/unit/droppable/helper.js (limited to 'tests/unit/droppable/helper.js') diff --git a/tests/unit/droppable/helper.js b/tests/unit/droppable/helper.js new file mode 100644 index 000000000..460fa1aa6 --- /dev/null +++ b/tests/unit/droppable/helper.js @@ -0,0 +1,18 @@ +define( [ + "jquery", + "lib/helper" +], function( $, helper ) { + +return $.extend( helper, { + 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"); + } +} ); + +} ); -- cgit v1.2.3