pyc-website

main website for pyc inc.

git clone https://9o.is/git/pyc-website.git

commit b7351e954b745a78f0adb91ef5dda8e38d150d62
parent 769408027da21622c6ef71dd91b07361f1512d40
Author: Jul <jul@9o.is>
Date:   Tue, 15 Jul 2014 19:50:00 -0400

fixed test cases

Diffstat:
Msrc/main/webapp/app/test/App.spec.js | 8--------
1 file changed, 0 insertions(+), 8 deletions(-)

diff --git a/src/main/webapp/app/test/App.spec.js b/src/main/webapp/app/test/App.spec.js @@ -2,7 +2,6 @@ describe("App", function() { var scope, - NearAtmNotifyCtrl, AtmApplicationCtrl, UserRegistrationCtrl, PasswordRecoveryCtrl, @@ -15,7 +14,6 @@ describe("App", function() { inject(function ($controller, $rootScope) { scope = $rootScope.$new(); - NearAtmNotifyCtrl = $controller('NearAtmNotifyCtrl', {$scope: scope}); AtmApplicationCtrl = $controller('AtmApplicationCtrl', {$scope: scope}); UserRegistrationCtrl = $controller('UserRegistrationCtrl', {$scope: scope}); PasswordRecoveryCtrl = $controller('PasswordRecoveryCtrl', {$scope: scope}); @@ -24,12 +22,6 @@ describe("App", function() { }); }); - describe("NearAtmNotifyCtrl", function() { - it("should exist", function() { - expect(NearAtmNotifyCtrl).toBeDefined(); - }); - }); - describe("AtmApplicationCtrl", function() { it("should exist", function() { expect(AtmApplicationCtrl).toBeDefined();