removed old test
This commit is contained in:
parent
81a73e6f2a
commit
7cf2a474dd
1 changed files with 0 additions and 5 deletions
|
|
@ -37,11 +37,6 @@ describe("Unit: Controllers", function() {
|
||||||
};
|
};
|
||||||
|
|
||||||
describe('More Controller', function() {
|
describe('More Controller', function() {
|
||||||
it('Copay config should be binded', function() {
|
|
||||||
should.exist(config);
|
|
||||||
should.exist(config.unitToSatoshi);
|
|
||||||
});
|
|
||||||
|
|
||||||
var ctrl;
|
var ctrl;
|
||||||
beforeEach(inject(function($controller, $rootScope) {
|
beforeEach(inject(function($controller, $rootScope) {
|
||||||
scope = $rootScope.$new();
|
scope = $rootScope.$new();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue