diff options
author | Scott González <scott.gonzalez@gmail.com> | 2015-10-27 16:32:30 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2015-10-27 16:32:30 -0400 |
commit | 6e0b2a580d9aeccc935c8735a97dca1b2707d75b (patch) | |
tree | 7233ee2874cf146f462cdd89c50dcc410e2647a0 /tests/unit/controlgroup/methods.js | |
parent | d4b0699578f5cfc3c69be13af64e2440214b112e (diff) | |
download | jquery-ui-6e0b2a580d9aeccc935c8735a97dca1b2707d75b.tar.gz jquery-ui-6e0b2a580d9aeccc935c8735a97dca1b2707d75b.zip |
Controlgroup: Test cleanup
Diffstat (limited to 'tests/unit/controlgroup/methods.js')
-rw-r--r-- | tests/unit/controlgroup/methods.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/controlgroup/methods.js b/tests/unit/controlgroup/methods.js index 16f594fa6..4bc384f5e 100644 --- a/tests/unit/controlgroup/methods.js +++ b/tests/unit/controlgroup/methods.js @@ -14,6 +14,7 @@ test( "destroy", function( assert ) { $( ".controlgroup" ).controlgroup().controlgroup( "destroy" ); } ); } ); + test( "disable", function( assert ) { expect( 2 ); var element = $( ".controlgroup" ).controlgroup().controlgroup( "disable" ); @@ -142,7 +143,6 @@ $.each( tests, function( widget, html ) { // remove the controlgroup before we start the next set element.remove(); - } ); } ); } ); |