Client side table management for supplier sections

This commit is contained in:
2015-08-14 19:02:39 +02:00
parent 9ca5190c6a
commit 5d02f5d37b
13 changed files with 191 additions and 39 deletions
+5 -4
View File
@@ -1,4 +1,5 @@
module 'Router', setup: -> App.reset()
test 'root route', ->
visit '/'
andThen -> equal currentRouteName(), 'index'
#module 'Router', setup: -> App.reset()
#test 'root route', ->
#visit '/'
#andThen ->
#equal currentRouteName(), 'index'