Fix for test
This commit is contained in:
parent
da827bdd06
commit
554f3439d3
1 changed files with 1 additions and 1 deletions
|
|
@ -416,7 +416,7 @@ describe('Identity model', function() {
|
||||||
|
|
||||||
describe('#pluginManager', function() {
|
describe('#pluginManager', function() {
|
||||||
it('should create a new PluginManager object', function() {
|
it('should create a new PluginManager object', function() {
|
||||||
var pm = sinon.stub().returns(new PluginManager({plugins: { FakeLocalStorage: true }, pluginsPath: '../../test/mocks/'}));
|
var pm = new PluginManager({plugins: { FakeLocalStorage: true }, pluginsPath: '../../test/mocks/'});
|
||||||
should.exist(pm);
|
should.exist(pm);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue