removed old test

This commit is contained in:
Ivan Socolsky 2014-09-12 10:37:11 -03:00
commit 7cf2a474dd

View file

@ -37,11 +37,6 @@ describe("Unit: Controllers", function() {
};
describe('More Controller', function() {
it('Copay config should be binded', function() {
should.exist(config);
should.exist(config.unitToSatoshi);
});
var ctrl;
beforeEach(inject(function($controller, $rootScope) {
scope = $rootScope.$new();