Skip to content

Commit

Permalink
Made "cake test" work with Node 0.6.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rasmus Rønn Nielsen committed Dec 29, 2011
1 parent 4d4aa71 commit a729886
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions Cakefile
@@ -1,7 +1,3 @@
require.paths.unshift "#{__dirname}/node_modules"

require.paths.unshift __dirname + '/lib'

{print} = require 'sys'
{spawn} = require 'child_process'

Expand Down
2 changes: 1 addition & 1 deletion test/test_stitch.coffee
@@ -1,6 +1,6 @@
sys = require "sys"
fs = require "fs"
stitch = require "stitch"
stitch = require "../."

fixtureRoot = __dirname + "/fixtures"
fixtures = fixtureRoot + "/default"
Expand Down

0 comments on commit a729886

Please sign in to comment.