Fix writing the coverage page.

This commit is contained in:
Thaddee Tyl
2014-02-14 18:02:26 +01:00
parent af567730eb
commit 4a39d2380b

View File

@@ -118,7 +118,7 @@ describe('the server', function() {
describe('the ass wrap-up', function() {
it('should write coverage', function(done) {
ass.report('html', function(err, r) {
fs.writeFileSync('web/coverage.html', r);
fs.writeFileSync('coverage.html', r);
done();
});
});