Repository: climate Updated Branches: refs/heads/master e34318319 -> e1a67b7f0
Remove temporary test for ResultCtrl Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/c1bc942c Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/c1bc942c Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/c1bc942c Branch: refs/heads/master Commit: c1bc942ce10eab238d9905edb2411d2fd148208d Parents: 010da1e Author: Michael Joyce <[email protected]> Authored: Fri Jul 25 19:17:46 2014 -0700 Committer: Michael Joyce <[email protected]> Committed: Mon Aug 4 15:01:01 2014 -0700 ---------------------------------------------------------------------- ocw-ui/frontend-new/test/spec/controllers/result.js | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/c1bc942c/ocw-ui/frontend-new/test/spec/controllers/result.js ---------------------------------------------------------------------- diff --git a/ocw-ui/frontend-new/test/spec/controllers/result.js b/ocw-ui/frontend-new/test/spec/controllers/result.js index 4fe372e..495a473 100644 --- a/ocw-ui/frontend-new/test/spec/controllers/result.js +++ b/ocw-ui/frontend-new/test/spec/controllers/result.js @@ -34,8 +34,4 @@ describe('Controller: ResultCtrl', function () { $scope: scope }); })); - - it('should attach a list of awesomeThings to the scope', function () { - expect(scope.awesomeThings.length).toBe(3); - }); });
