Drop suffix from handler path

This commit is contained in:
Corey Johnson & Kevin Sawicki 2013-06-14 15:40:14 -07:00 committed by probablycorey
parent 289b270c85
commit 8389698958

View File

@ -8,7 +8,7 @@ describe "Task", ->
spyOn(console, 'error')
spyOn(console, 'warn')
jqueryTask = new Task('fixtures/jquery-task-handler.coffee')
jqueryTask = new Task('fixtures/jquery-task-handler')
jqueryLoaded = false
jqueryTask.start (loaded) -> jqueryLoaded = loaded