diff --git a/spec/stdlib/task-spec.coffee b/spec/stdlib/task-spec.coffee index 2fc5242e3..87a95b738 100644 --- a/spec/stdlib/task-spec.coffee +++ b/spec/stdlib/task-spec.coffee @@ -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