Update project-spec.coffee for windows

Esse commit está contido em:
Matt Colyer
2013-11-06 16:45:10 -08:00
commit 3119ed9dfe
2 arquivos alterados com 2 adições e 1 exclusões
+1
Ver Arquivo
@@ -5,3 +5,4 @@ spec/fixtures/**/*.coffee text eol=lf
spec/fixtures/**/*.less text eol=lf
spec/fixtures/**/*.css text eol=lf
spec/fixtures/**/*.txt text eol=lf
spec/fixtures/dir/**/* text eol=lf
+1 -1
Ver Arquivo
@@ -406,7 +406,7 @@ describe "Project", ->
paths = []
matches = []
waitsForPromise ->
project.scan /aaa/, paths: ['a-dir/'], (result) ->
project.scan /aaa/, paths: ["a-dir#{path.sep}"], (result) ->
paths.push(result.filePath)
matches = matches.concat(result.matches)