You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
upgrades to a new enough version of testem to avoid failures due to testem's dependency on {"underscore": "*"}, which broke lineman spec-ci for all previous versions of lineman/testem. (The break was caused by a bc-breaking change in _.bindAll)
config/application.coffee explicitly includes the context object so it's clear how to configure it for pages templates (via @adamlogic)