summaryrefslogtreecommitdiff
path: root/web-ui/test/spec/tags/ui/tag_list.spec.js
diff options
context:
space:
mode:
authorBruno Wagner <bwagner@thoughtworks.com>2014-10-07 15:59:44 +0200
committerBruno Wagner <bwagner@thoughtworks.com>2014-10-07 15:59:44 +0200
commit3edd9fcb2cd0ea1f05f0277c85430c9751878406 (patch)
tree0ed4ca23c717be3a9999a26f04d7bfeb77c0c54e /web-ui/test/spec/tags/ui/tag_list.spec.js
parent6299531f4c8f7daa1b4afab45d0439f635b03982 (diff)
Fixed aftereach usages that broke the build
Diffstat (limited to 'web-ui/test/spec/tags/ui/tag_list.spec.js')
-rw-r--r--web-ui/test/spec/tags/ui/tag_list.spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/test/spec/tags/ui/tag_list.spec.js b/web-ui/test/spec/tags/ui/tag_list.spec.js
index 85cc4509..c79bed53 100644
--- a/web-ui/test/spec/tags/ui/tag_list.spec.js
+++ b/web-ui/test/spec/tags/ui/tag_list.spec.js
@@ -19,7 +19,7 @@ describeComponent('tags/ui/tag_list', function () {
$('body').append(tagsShortcutsContainer);
});
- jasmine.afterEach(function () {
+ afterEach(function () {
$('body')[0].removeChild(tagsShortcutsContainer[0]);
});