Provider works more or less now.

This commit is contained in:
Simo Kinnunen
2014-01-07 20:09:39 +09:00
parent 789e608dab
commit 3f62a51d83
4 changed files with 132 additions and 15 deletions

View File

@@ -9,8 +9,8 @@ describe('Logger', function() {
expect(logger).itself.to.respondTo('createLogger')
})
it('should have a setGlobalPrefix method', function() {
expect(logger).itself.to.respondTo('setGlobalPrefix')
it('should have a setGlobalIdentifier method', function() {
expect(logger).itself.to.respondTo('setGlobalIdentifier')
})
})