This commit is contained in:
Gustavo Maximiliano Cortez 2014-09-16 18:15:57 -03:00
parent 9f821dcf19
commit d360c8eeb5
1 changed files with 1 additions and 0 deletions

View File

@ -319,6 +319,7 @@ describe("Unit: Controllers", function() {
describe("Unit: Version Controller", function() {
var scope, $httpBackendOut;
var GH = 'https://api.github.com/repos/bitpay/copay/tags';
beforeEach(angular.mock.module('copayApp'));
beforeEach(inject(function($controller, $injector) {
$httpBackend = $injector.get('$httpBackend');
$httpBackend.when('GET', GH)