We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07cdeda commit 72ad578Copy full SHA for 72ad578
templates/route/name.controller.spec.js
@@ -9,7 +9,7 @@ describe('Component: <%= classedName %>Component', function () {
9
10
// Initialize the controller and a mock scope
11
beforeEach(inject(function ($componentController) {
12
- <%= classedName %>Component = $componentController('<%= classedName %>Component', {});
+ <%= classedName %>Component = $componentController('<%= name %>', {});
13
}));
14
15
it('should ...', function () {<% if (hasFilter('jasmine')) { %>
0 commit comments