fix test
This commit is contained in:
parent
9f821dcf19
commit
d360c8eeb5
1 changed files with 1 additions and 0 deletions
|
|
@ -319,6 +319,7 @@ describe("Unit: Controllers", function() {
|
||||||
describe("Unit: Version Controller", function() {
|
describe("Unit: Version Controller", function() {
|
||||||
var scope, $httpBackendOut;
|
var scope, $httpBackendOut;
|
||||||
var GH = 'https://api.github.com/repos/bitpay/copay/tags';
|
var GH = 'https://api.github.com/repos/bitpay/copay/tags';
|
||||||
|
beforeEach(angular.mock.module('copayApp'));
|
||||||
beforeEach(inject(function($controller, $injector) {
|
beforeEach(inject(function($controller, $injector) {
|
||||||
$httpBackend = $injector.get('$httpBackend');
|
$httpBackend = $injector.get('$httpBackend');
|
||||||
$httpBackend.when('GET', GH)
|
$httpBackend.when('GET', GH)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue