Use new newUser specHelper syntax

This commit is contained in:
Blade Barringer
2015-08-15 00:08:41 -05:00
parent 53133c6439
commit 25d52bccc5
4 changed files with 15 additions and 15 deletions

View File

@@ -10,7 +10,6 @@ describe('Hall of Heroes Controller', function() {
inject(function($rootScope, $controller){
user = specHelper.newUser();
user._id = "unique-user-id"
scope = $rootScope.$new();