From 614d52bd7f86591a0b0ab09e1c16ee888610d8a3 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Mon, 23 Jul 2012 18:17:43 -0700 Subject: delete this test for now - as affix is still heavily underdevelopment --- js/tests/unit/bootstrap-affix.js | 6 ------ 1 file changed, 6 deletions(-) (limited to 'js/tests/unit') diff --git a/js/tests/unit/bootstrap-affix.js b/js/tests/unit/bootstrap-affix.js index 2d4419def..bc25df991 100644 --- a/js/tests/unit/bootstrap-affix.js +++ b/js/tests/unit/bootstrap-affix.js @@ -16,10 +16,4 @@ $(function () { ok(!$affix.hasClass('affix'), 'affix class was not added') }) - test("should add affix class if scrolled to correct position", function () { - var $affix = $('
').appendTo('body').affix() - $('body').trigger('scroll') - ok($affix.hasClass('affix'), 'element has class affix') - }) - }) \ No newline at end of file -- cgit v1.2.3