Skip to content

Commit

Permalink
sortable unit tests: stubbed out missing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rdworth committed Feb 3, 2009
1 parent e1292ce commit 1c2f51f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/unit/sortable/sortable_core.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,4 @@ var margin = function(el, side) { return parseInt(el.css('margin-' + side)); }

module("sortable: core");

test("testname", function() {
ok(false, "missing test - untested code is broken code.");
});

})(jQuery);

0 comments on commit 1c2f51f

Please sign in to comment.