module 'Router', setup: -> App.reset() test 'root route', -> visit '/' andThen -> equal currentRouteName(), 'index'