Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
update test paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron423698 committed Jun 21, 2014
1 parent 3f32b8d commit 6a1e9e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/test-commands.coffee
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
assert = require "assert"
GridNotation = require "
#{ process.cwd() }/src/GridNotation.coffee
#{ process.cwd() }/src/grid-notation.coffee
"
GN = GridNotation.notation
Unit = GridNotation.unit
Expand Down
2 changes: 1 addition & 1 deletion test/test-grid-notation.coffee
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
assert = require "assert"
GridNotation = require "
#{ process.cwd() }/src/GridNotation.coffee
#{ process.cwd() }/src/grid-notation.coffee
"
GN = GridNotation.notation
Unit = GridNotation.unit
Expand Down
2 changes: 1 addition & 1 deletion test/test-math.coffee
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
assert = require "assert"
GridNotation = require "
#{ process.cwd() }/src/GridNotation.coffee
#{ process.cwd() }/src/grid-notation.coffee
"
GN = GridNotation.notation
Unit = GridNotation.unit
Expand Down
2 changes: 1 addition & 1 deletion test/test-units.coffee
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
assert = require "assert"
GridNotation = require "
#{ process.cwd() }/src/GridNotation.coffee
#{ process.cwd() }/src/grid-notation.coffee
"
GN = GridNotation.notation
Unit = GridNotation.unit
Expand Down

0 comments on commit 6a1e9e9

Please sign in to comment.