From 46114c0d40955a3f4d9020c32ed9ec35e48d7668 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Fri, 25 Jan 2013 12:42:17 +0100 Subject: [PATCH] test RegistrationState --- test/unit/controllersSpec.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/unit/controllersSpec.js b/test/unit/controllersSpec.js index 7548b7a..a8b34e7 100644 --- a/test/unit/controllersSpec.js +++ b/test/unit/controllersSpec.js @@ -67,4 +67,9 @@ describe('ListCtrl', function(){ $httpBackend.flush(); expect( scope.ready ).toBe( true ); }); + + it('RegistrationState', function() { + $httpBackend.flush(); + expect( scope.RegistrationState ).toBeTruthy(); + }); }); -- 2.20.1