Remove temporary test for ResultDetailCtrl
Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/81fed40e Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/81fed40e Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/81fed40e Branch: refs/heads/master Commit: 81fed40ede2057456da41988415485d54240fbed Parents: c1bc942 Author: Michael Joyce <[email protected]> Authored: Fri Jul 25 19:18:47 2014 -0700 Committer: Michael Joyce <[email protected]> Committed: Mon Aug 4 15:01:02 2014 -0700 ---------------------------------------------------------------------- ocw-ui/frontend-new/test/spec/controllers/resultdetail.js | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/81fed40e/ocw-ui/frontend-new/test/spec/controllers/resultdetail.js ---------------------------------------------------------------------- diff --git a/ocw-ui/frontend-new/test/spec/controllers/resultdetail.js b/ocw-ui/frontend-new/test/spec/controllers/resultdetail.js index 1d364f7..a29e508 100644 --- a/ocw-ui/frontend-new/test/spec/controllers/resultdetail.js +++ b/ocw-ui/frontend-new/test/spec/controllers/resultdetail.js @@ -34,8 +34,4 @@ describe('Controller: ResultdetailCtrl', function () { $scope: scope }); })); - - it('should attach a list of awesomeThings to the scope', function () { - expect(scope.awesomeThings.length).toBe(3); - }); });
