5 lines
120 B
CoffeeScript
5 lines
120 B
CoffeeScript
module 'Router', setup: -> App.reset()
|
|
test 'root route', ->
|
|
visit '/'
|
|
andThen -> equal currentRouteName(), 'index'
|