Remove email backup feature
This commit is contained in:
parent
670560ea41
commit
7847bdcb2c
4 changed files with 2 additions and 63 deletions
|
|
@ -100,10 +100,4 @@ describe("Unit: Backup Service", function() {
|
|||
backupService.download(new FakeWallet());
|
||||
expectation.once();
|
||||
}));
|
||||
it('should backup by email', inject(function(backupService) {
|
||||
var mock = sinon.mock(window);
|
||||
var expectation = mock.expects('open');
|
||||
backupService.sendEmail('fake@test.com', new FakeWallet());
|
||||
expectation.once();
|
||||
}));
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue