summaryrefslogtreecommitdiffstats
path: root/js/tests/unit/controller
diff options
context:
space:
mode:
Diffstat (limited to 'js/tests/unit/controller')
-rw-r--r--js/tests/unit/controller/ItemControllerSpec.js (renamed from js/tests/unit/controller/AllItemsControllerSpec.js)2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/unit/controller/AllItemsControllerSpec.js b/js/tests/unit/controller/ItemControllerSpec.js
index 74292e628..cf0eb0d4d 100644
--- a/js/tests/unit/controller/AllItemsControllerSpec.js
+++ b/js/tests/unit/controller/ItemControllerSpec.js
@@ -7,7 +7,7 @@
* @author Bernhard Posselt <dev@bernhard-posselt.com>
* @copyright Bernhard Posselt 2014
*/
-describe('AllItemsController', function () {
+describe('ItemController', function () {
'use strict';
var controller;