Remove placeholder controller tests
Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/e092e0f5 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/e092e0f5 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/e092e0f5 Branch: refs/heads/master Commit: e092e0f5c1c967ee90c5788d9abc3796c476f2d7 Parents: af34aaa Author: Michael Joyce <[email protected]> Authored: Fri Aug 1 13:46:07 2014 -0700 Committer: Michael Joyce <[email protected]> Committed: Mon Aug 4 15:01:02 2014 -0700 ---------------------------------------------------------------------- ocw-ui/frontend-new/test/spec/controllers/settings.js | 4 ---- ocw-ui/frontend-new/test/spec/controllers/timeline.js | 4 ---- 2 files changed, 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/e092e0f5/ocw-ui/frontend-new/test/spec/controllers/settings.js ---------------------------------------------------------------------- diff --git a/ocw-ui/frontend-new/test/spec/controllers/settings.js b/ocw-ui/frontend-new/test/spec/controllers/settings.js index b566d5c..e45accd 100644 --- a/ocw-ui/frontend-new/test/spec/controllers/settings.js +++ b/ocw-ui/frontend-new/test/spec/controllers/settings.js @@ -34,8 +34,4 @@ describe('Controller: SettingsCtrl', function () { $scope: scope }); })); - - it('should attach a list of awesomeThings to the scope', function () { - expect(scope.awesomeThings.length).toBe(3); - }); }); http://git-wip-us.apache.org/repos/asf/climate/blob/e092e0f5/ocw-ui/frontend-new/test/spec/controllers/timeline.js ---------------------------------------------------------------------- diff --git a/ocw-ui/frontend-new/test/spec/controllers/timeline.js b/ocw-ui/frontend-new/test/spec/controllers/timeline.js index 2a2d524..1f3580f 100644 --- a/ocw-ui/frontend-new/test/spec/controllers/timeline.js +++ b/ocw-ui/frontend-new/test/spec/controllers/timeline.js @@ -34,8 +34,4 @@ describe('Controller: TimelineCtrl', function () { $scope: scope }); })); - - it('should attach a list of awesomeThings to the scope', function () { - expect(scope.awesomeThings.length).toBe(3); - }); });
