summaryrefslogtreecommitdiffstats
path: root/test/spec/multiSelectSpec.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/spec/multiSelectSpec.js')
-rw-r--r--test/spec/multiSelectSpec.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/spec/multiSelectSpec.js b/test/spec/multiSelectSpec.js
index 65cbea8..cda9019 100644
--- a/test/spec/multiSelectSpec.js
+++ b/test/spec/multiSelectSpec.js
@@ -10,6 +10,11 @@ describe("multiSelect", function() {
select = $("#multi-select");
});
+ it ('should be chainable', function(){
+ select.multiSelect().addClass('chainable');
+ expect(select.hasClass('chainable')).toBeTruthy();
+ });
+
describe('init without options', function(){
beforeEach(function() {