beforeEach(inject(function(_$rootScope_, _$controller_) {
        $scope = _$rootScope_.$new();

        _$controller_('companyListController', {$scope: $scope, companies: companies});
    }));