fix karma

This commit is contained in:
Gustavo Maximiliano Cortez 2014-12-04 10:15:29 -03:00
commit 763646f3a6

View file

@ -53,6 +53,7 @@ describe("Unit: Controllers", function() {
var w = {}; var w = {};
w.id = 1234; w.id = 1234;
w.isComplete = sinon.stub().returns(true); w.isComplete = sinon.stub().returns(true);
w.isShared = sinon.stub().returns(true);
w.privateKey = {}; w.privateKey = {};
w.settings = { w.settings = {
unitToSatoshi: 100, unitToSatoshi: 100,
@ -218,7 +219,7 @@ describe("Unit: Controllers", function() {
}); });
it('should have a title', function() { it('should have a title', function() {
expect(scope.title).equal('Send'); expect(scope.title).equal('Create Transaction Proposal');
}); });
it('should return true if wallet has addressBook', function() { it('should return true if wallet has addressBook', function() {