Bustage fix from bug 1074688 part 3, conflicting with another patch. Fix the mocking of the tests to fix stubbing. rs+a=bustage-fix

This commit is contained in:
Mark Banner 2014-11-06 21:41:47 +00:00
Родитель df283f208a
Коммит d30c5fd387
1 изменённых файлов: 8 добавлений и 1 удалений

Просмотреть файл

@ -12,7 +12,14 @@ describe("loop.roomViews", function () {
dispatcher = new loop.Dispatcher();
fakeWindow = { document: {} };
fakeWindow = {
document: {},
navigator: {
mozLoop: {
getAudioBlob: sinon.stub()
}
}
};
loop.shared.mixins.setRootObject(fakeWindow);
// XXX These stubs should be hoisted in a common file