Commit 0385126f authored by Sean Hammond's avatar Sean Hammond

Remove unused local variable

parent 01fa0740
......@@ -324,7 +324,7 @@ describe "h:AccountController", ->
email: "test_user@test_email.com"
})
session = {profile: -> {$promise: profilePromise}}
{ctrl, $scope} = controller(session: session)
{$scope} = controller(session: session)
profilePromise.then(->
assert $scope.email == "test_user@test_email.com"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment