Skip to content

Commit

Permalink
Update project-spec.coffee for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Colyer committed Nov 7, 2013
1 parent 3f0f326 commit 3119ed9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion spec/project-spec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 3119ed9

Please sign in to comment.