removed dependency on process.mixin

This commit is contained in:
csausdev
2010-03-21 13:18:44 +11:00
parent 87823f6e22
commit 0d100c0ab2
2 changed files with 50 additions and 59 deletions

View File

@@ -14,10 +14,6 @@ describe 'log4js'
logger.addListener("log", function (logEvent) { event = logEvent; });
end
it 'should have a version'
log4js.version.should.not.be undefined
end
describe 'getLogger'
it 'should take a category and return a Logger'