Fix/simplify tests under sauce

This commit is contained in:
kpdecker
2014-08-15 01:02:26 -05:00
parent f2b5519e76
commit 2f14fa57e5
2 changed files with 5 additions and 3 deletions
+4
View File
@@ -214,6 +214,10 @@ describe('builtin helpers', function() {
});
describe("#log", function() {
if (typeof console === 'undefined') {
return;
}
var info,
error;
beforeEach(function() {