Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmueller committed Nov 1, 2011
1 parent 002d656 commit ec871bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/rendering/test.rendering.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ for file in testfiles
$ = cheerio.load html
$html = $.html()
if !path.existsSync "#{__dirname}/finals"
fs.mkdirSync "#{__dirname}/finals"
fs.mkdirSync "#{__dirname}/finals", 0755
fs.writeFileSync "#{__dirname}/finals/#{name}.basic.html", $html
if !path.existsSync "#{__dirname}/diffs"
fs.mkdirSync "#{__dirname}/diffs"
fs.mkdirSync "#{__dirname}/diffs", 0755
d = diff.diff html, $html, "#{__dirname}/diffs/#{name}.basic.html"
self.callback null, html, $, d

Expand Down

0 comments on commit ec871bf

Please sign in to comment.