Skip to content

Instantly share code, notes, and snippets.

@creynders
Created April 27, 2012 20:35
Show Gist options
  • Save creynders/2512838 to your computer and use it in GitHub Desktop.
Save creynders/2512838 to your computer and use it in GitHub Desktop.
grunt jasmine debug log
["debug","onResourceRequested","file:///Users/creynder/Dropbox/Work/Projects/CREY%20-%20grunt%20jasmine%20task/gfranko/test/SpecRunner.html"]
["debug","onResourceRequested","file:///Users/creynder/Dropbox/Work/Projects/CREY%20-%20grunt%20jasmine%20task/gfranko/stylesheets/SelectBoxIt/jQuery.selectBoxIt.css"]
["debug","onResourceRequested","file:///Users/creynder/Dropbox/Work/Projects/CREY%20-%20grunt%20jasmine%20task/gfranko/libs/jasmine/jasmine.css"]
["debug","onResourceRequested","file:///Users/creynder/Dropbox/Work/Projects/CREY%20-%20grunt%20jasmine%20task/gfranko/libs/jasmine/jasmine.js"]
["debug","onResourceRequested","file:///Users/creynder/Dropbox/Work/Projects/CREY%20-%20grunt%20jasmine%20task/gfranko/libs/jquery/jquery-1.7.2.min.js"]
["debug","onResourceRequested","file:///Users/creynder/Dropbox/Work/Projects/CREY%20-%20grunt%20jasmine%20task/gfranko/libs/jasmine/jasmine-jquery-1.3.1.js"]
["debug","onResourceRequested","file:///Users/creynder/Dropbox/Work/Projects/CREY%20-%20grunt%20jasmine%20task/gfranko/libs/jasmine/jasmine-html.js"]
["debug","onResourceRequested","file:///Users/creynder/Dropbox/Work/Projects/CREY%20-%20grunt%20jasmine%20task/gfranko/src/jQuery.selectBoxIt.js"]
["debug","onResourceRequested","file:///Users/creynder/Dropbox/Work/Projects/CREY%20-%20grunt%20jasmine%20task/gfranko/test/spec/selectBoxSpec.js"]
["debug","onResourceReceived","file:///Users/creynder/Dropbox/Work/Projects/CREY%20-%20grunt%20jasmine%20task/gfranko/test/SpecRunner.html"]
["debug","onResourceReceived","file:///Users/creynder/Dropbox/Work/Projects/CREY%20-%20grunt%20jasmine%20task/gfranko/stylesheets/SelectBoxIt/jQuery.selectBoxIt.css"]
["debug","onResourceReceived","file:///Users/creynder/Dropbox/Work/Projects/CREY%20-%20grunt%20jasmine%20task/gfranko/libs/jasmine/jasmine.css"]
["debug","onResourceReceived","file:///Users/creynder/Dropbox/Work/Projects/CREY%20-%20grunt%20jasmine%20task/gfranko/libs/jasmine/jasmine.js"]
["debug","onResourceReceived","file:///Users/creynder/Dropbox/Work/Projects/CREY%20-%20grunt%20jasmine%20task/gfranko/libs/jquery/jquery-1.7.2.min.js"]
["debug","onResourceReceived","file:///Users/creynder/Dropbox/Work/Projects/CREY%20-%20grunt%20jasmine%20task/gfranko/libs/jasmine/jasmine-jquery-1.3.1.js"]
["debug","onResourceReceived","file:///Users/creynder/Dropbox/Work/Projects/CREY%20-%20grunt%20jasmine%20task/gfranko/libs/jasmine/jasmine-html.js"]
["debug","onResourceReceived","file:///Users/creynder/Dropbox/Work/Projects/CREY%20-%20grunt%20jasmine%20task/gfranko/src/jQuery.selectBoxIt.js"]
["debug","onResourceReceived","file:///Users/creynder/Dropbox/Work/Projects/CREY%20-%20grunt%20jasmine%20task/gfranko/test/spec/selectBoxSpec.js"]
["debug","inject","jasmine-helper.js"]
["begin"]
["testDone","selectBoxIt jQuery Plugin create() Creating the new select box HTML","should hide the original select box",1,1,0,false]
["testDone","selectBoxIt jQuery Plugin create() Creating the new select box HTML","should create a new div element to replace the original select box",3,3,0,false]
["testDone","selectBoxIt jQuery Plugin create() Creating the new select box HTML","should create a new div element to nest inside of the top level div element",3,3,0,false]
["testDone","selectBoxIt jQuery Plugin create() Creating the new select box HTML","should set the new select box text to the original select box value",1,1,0,false]
["testDone","selectBoxIt jQuery Plugin create() Creating the new select box HTML","should create a hidden unordered list that contains list items",3,3,0,false]
["testDone","selectBoxIt jQuery Plugin create() Creating the new select box HTML","should create list items containing select box option values from the original select box",3,3,0,false]
["testDone","selectBoxIt jQuery Plugin create() Creating the new select box HTML","should create a down arrow div container that holds the actual down arrow div element",3,3,0,false]
["testDone","selectBoxIt jQuery Plugin create() Creating the new select box HTML","should create a down arrow div that holds the down arrow image",0,0,0,false]
["testDone","selectBoxIt jQuery Plugin create() Creating the new select box HTML","should trigger the custom 'create' event",1,1,0,false]
["testDone","selectBoxIt jQuery Plugin create() Creating the new select box HTML","should not allow a disabled option to be set as the currentFocus",1,1,0,false]
["testDone","selectBoxIt jQuery Plugin create() Setting the correct CSS and HTML attributes for the new select box","should set the DIV element 'tabindex' attribute to '0'",1,1,0,false]
["testDone","selectBoxIt jQuery Plugin create() Setting the correct CSS and HTML attributes for the new select box","should set the UL element tabindex attribute to -1",1,1,0,false]
["testDone","selectBoxIt jQuery Plugin create() Setting the correct CSS and HTML attributes for the new select box","should set the correct jQueryUI classes if jQueryUI is being used",4,4,0,false]
["testDone","selectBoxIt jQuery Plugin open()","should trigger a custom 'open' event on the original select box",1,1,0,false]
["testDone","selectBoxIt jQuery Plugin open()","should make the select box options list visible",1,1,0,false]
["testDone","selectBoxIt jQuery Plugin close()","should trigger a custom 'close' event on the original select box",1,1,0,false]
["testDone","selectBoxIt jQuery Plugin close()","should hide the select box options list",1,1,0,false]
["testDone","selectBoxIt jQuery Plugin moveDown()","should trigger focus and blur events, and update the select box current value",52,52,0,false]
["testDone","selectBoxIt jQuery Plugin moveUp()","should trigger focus and blur events, and update the select box current value",52,52,0,false]
["testDone","selectBoxIt jQuery Plugin search()","should update the original select box value to the currently selected option",4,4,0,false]
["testDone","selectBoxIt jQuery Plugin getOption()","should return the proper plugin option for each key",10,10,0,false]
["testDone","selectBoxIt jQuery Plugin getOptions()","should return an object containing all of the plugin options",10,10,0,false]
["testDone","selectBoxIt jQuery Plugin setOption()","should update an existing plugin option",1,1,0,false]
["testDone","selectBoxIt jQuery Plugin setOptions()","should update multiple plugin options",10,10,0,false]
["testDone","selectBoxIt jQuery Plugin disable()","should trigger a custom 'disable' event",1,1,0,false]
["testDone","selectBoxIt jQuery Plugin disable()","should disable the original select box",1,1,0,false]
["testDone","selectBoxIt jQuery Plugin disable()","should remove the 'tabindex' html attribute from the select box",1,1,0,false]
["testDone","selectBoxIt jQuery Plugin enable()","should trigger a custom 'enable' event on the original select box",1,1,0,false]
["testDone","selectBoxIt jQuery Plugin enable()","should disable the original select box",1,1,0,false]
["testDone","selectBoxIt jQuery Plugin enable()","should set the 'tabindex' html attribute for the select box to 0",1,1,0,false]
["testDone","selectBoxIt jQuery Plugin destroy()","should unbind all of the event handlers associated with the selectBoxIt plugin",1,1,0,false]
["testDone","selectBoxIt jQuery Plugin destroy()","should undelegate all of the event handlers attached via event delegation with the selectBoxIt plugin",1,1,0,false]
["testDone","selectBoxIt jQuery Plugin destroy()","should trigger a custom 'destroy' event on the select box",1,1,0,false]
["testDone","selectBoxIt jQuery Plugin destroy()","should trigger a custom 'destroy' event on the original select box",1,1,0,false]
["testDone","selectBoxIt jQuery Plugin destroy()","should remove all of the DOM elements created by the selectBoxIt plugin",1,1,0,false]
["testDone","selectBoxIt jQuery Plugin destroy()","should make the original select box visible",1,1,0,false]
["done",441]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment