Skip to content

Commit

Permalink
fix(template): unify home controller test
Browse files Browse the repository at this point in the history
  • Loading branch information
meriadec committed Feb 7, 2015
1 parent e26f953 commit a91a1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/client/views/home/home.spec.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

describe('HomeCtrl', function () {
describe('Controller: HomeCtrl', function () {

beforeEach(module('<%= appname %>'));

Expand Down

0 comments on commit a91a1ef

Please sign in to comment.