Dead stores should be removed on projectDetail.controller.spec.js

- Removed useless assignament to local variable

Signed-off-by: Teresita de Jesus Guerrero Vela <teresita.guerrero.vela@intel.com>
This commit is contained in:
Teresita de Jesus Guerrero Vela 2017-02-16 16:59:28 -06:00
parent 1f72842eab
commit bdb41a1368
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ describe('Component: ProjectDetailComponent', function () {
// Initialize the controller and a mock scope
beforeEach(inject(function ($componentController, $rootScope) {
scope = $rootScope.$new();
ProjectDetailComponent = $componentController('ProjectDetailComponent', {
$componentController('ProjectDetailComponent', {
$scope: scope
});
}));