Merge pull request #250 from DanielBaulig/issue-247

Fix for Issue 247
This commit is contained in:
Guillermo Rauch
2011-07-29 21:09:13 -07:00
2 changed files with 6 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ module.exports = {
var lines = result.split('\n');
lines.length.should().be.below(5);
lines[0].should().match(/production/gi);
Buffer.byteLength(result).should().be.below(41000);
Buffer.byteLength(result).should().be.below(42000);
});
},