Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@janl
Created September 6, 2013 13:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save janl/6463600 to your computer and use it in GitHub Desktop.
Save janl/6463600 to your computer and use it in GitHub Desktop.
+ ./bin/grunt test
path.existsSync is now called `fs.existsSync`.
Running "clean:release" (clean) task
Cleaning "dist/"...OK
Cleaning "app/load_addons.js"...OK
Running "clean:watch" (clean) task
Running "jshint:all" (jshint) task
>> 47 files lint free.
Running "mochaSetup:default" (mochaSetup) task
Running "jst:dist/debug/templates.js" (jst) task
File "dist/debug/templates.js" created.
Running "concat:test_config_js" (concat) task
File "test/test.config.js" created.
Running "mocha_phantomjs:all" (mocha_phantomjs) task

 Faxuton Layout
 #setTemplate
 ‚ó¶ Should set template without prefix:   ‚úì Should set template without prefix 
 ‚ó¶ Should set template with prefix:   ‚úì Should set template with prefix 
 ‚ó¶ Should remove old views:   ‚úì Should remove old views 
 ‚ó¶ Should render:   ‚úì Should render 
 #renderView
 ‚ó¶ Should render existing view:   ‚úì Should render existing view 
 ‚ó¶ Should return false for non-existing view:   ‚úì Should return false for non-existing view 
 NavBar
 adding links
 ‚ó¶ Should add link to navlinks:   ‚úì Should add link to navlinks 
 ‚ó¶ Should add link to bottom links:   ‚úì Should add link to bottom links 
 ‚ó¶ Should add link to footer links:   ‚úì Should add link to footer links 
 removing links
 ‚ó¶ should remove links from list:   ‚úì should remove links from list 
 ‚ó¶ Should call render after removing links:   ‚úì Should call render after removing links 
 RouteObjects
 renderWith
 ‚ó¶ Should set template for first render :   ‚úì Should set template for first render 
 ‚ó¶ Should not set template after first render:   ‚úì Should not set template after first render 
 ‚ó¶ Should clear breadcrumbs:   ‚úì Should clear breadcrumbs 
 ‚ó¶ Should set breadcrumbs when breadcrumbs exist:   ‚úì Should set breadcrumbs when breadcrumbs exist 
 ‚ó¶ Should call establish of routeObject:   ‚úì Should call establish of routeObject 
 ‚ó¶ Should render views:   ‚úì Should render views 
 ‚ó¶ Should not re-render a view:   ‚úì Should not re-render a view 
 TabMenu
 on change polling rate
 ‚ó¶ Should set polling rate:   ‚úì Should set polling rate 
 ‚ó¶ Should clearInterval:   ‚úì Should clearInterval 
 ‚ó¶ Should trigger update:poll event:   ‚úì Should trigger update:poll event 
 on request by type
 ‚ó¶ should change model view:   ‚úì should change model view 
 ‚ó¶ should set correct active tab:   ‚úì should set correct active tab 
 DataSection
 #setPolling
 ‚ó¶ Should set polling interval:   ‚úì Should set polling interval 
 Logs Addon
 Log Model
 ‚ó¶ should have a log level:   ‚úì should have a log level 
  25 passing (143 ms)
Done, without errors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment