Skip to content

Commit

Permalink
removed stupid placeholdertest
Browse files Browse the repository at this point in the history
  • Loading branch information
julianseeger committed Jun 30, 2014
1 parent 3d84977 commit c11bf60
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion web/app/scripts/controllers/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ angular.module('metricsApp')
};

$rootScope.$on('projectChange', $scope.reloadChart);
$('#container').highcharts($scope.options);

if (ProjectScope.project) {
$scope.reloadChart();
Expand Down
3 changes: 0 additions & 3 deletions web/test/spec/controllers/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,4 @@ describe('Controller: MainCtrl', function () {
});
}));

it('should attach a list of awesomeThings to the scope', function () {
expect(scope.awesomeThings.length).toBe(3);
});
});

0 comments on commit c11bf60

Please sign in to comment.