summaryrefslogtreecommitdiffstats
path: root/js/tests
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-15 17:16:36 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-15 17:16:36 +0200
commit4772ad4101c4aa48d8758483f934d7e3b955487d (patch)
tree05a0076ceac96e4d1c755a620f8676ac42de19c2 /js/tests
parentfab848d1246005c56b71999a54442281e14f7d08 (diff)
travis fixes
Diffstat (limited to 'js/tests')
-rw-r--r--js/tests/unit/controller/AllItemsControllerSpec.js2
-rw-r--r--js/tests/unit/service/LoadingSpec.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/js/tests/unit/controller/AllItemsControllerSpec.js b/js/tests/unit/controller/AllItemsControllerSpec.js
index 63cf55536..74292e628 100644
--- a/js/tests/unit/controller/AllItemsControllerSpec.js
+++ b/js/tests/unit/controller/AllItemsControllerSpec.js
@@ -5,7 +5,7 @@
* later. See the COPYING file.
*
* @author Bernhard Posselt <dev@bernhard-posselt.com>
- * @copyright Bernhard Posselt 2012, 2014
+ * @copyright Bernhard Posselt 2014
*/
describe('AllItemsController', function () {
'use strict';
diff --git a/js/tests/unit/service/LoadingSpec.js b/js/tests/unit/service/LoadingSpec.js
index 0067b6015..f8146b87f 100644
--- a/js/tests/unit/service/LoadingSpec.js
+++ b/js/tests/unit/service/LoadingSpec.js
@@ -5,7 +5,7 @@
* later. See the COPYING file.
*
* @author Bernhard Posselt <dev@bernhard-posselt.com>
- * @copyright Bernhard Posselt 2012, 2014
+ * @copyright Bernhard Posselt 2014
*/
describe('Loading', function () {
'use strict';