Skip to content

Commit

Permalink
(- fix typo) Use correct 'Paws.coffee' name in require
Browse files Browse the repository at this point in the history
This was causing a `Cannot find module '../Source/paws.coffee'` error when running the tests on case-sensitive systems.

Signed-off-by: elliottcable <me@ell.io>
  • Loading branch information
epidemian authored and ELLIOTTCABLE committed Jun 11, 2013
1 parent da07ba0 commit 7f94506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Test/utility.tests.coffee
@@ -1,5 +1,5 @@
`require = require('../Source/cov_require.js')(require)`
paws = require "../Source/paws.coffee"
paws = require "../Source/Paws.coffee"
expect = require 'expect.js'

describe "Paws' utilities:", ->
Expand Down

0 comments on commit 7f94506

Please sign in to comment.