summaryrefslogtreecommitdiff
path: root/web-ui/test/spec/tags/ui/tag_shortcut.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_shortcut.spec.js
parent6299531f4c8f7daa1b4afab45d0439f635b03982 (diff)
Fixed aftereach usages that broke the build
Diffstat (limited to 'web-ui/test/spec/tags/ui/tag_shortcut.spec.js')
-rw-r--r--web-ui/test/spec/tags/ui/tag_shortcut.spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/test/spec/tags/ui/tag_shortcut.spec.js b/web-ui/test/spec/tags/ui/tag_shortcut.spec.js
index ebc852d0..9164507a 100644
--- a/web-ui/test/spec/tags/ui/tag_shortcut.spec.js
+++ b/web-ui/test/spec/tags/ui/tag_shortcut.spec.js
@@ -15,7 +15,7 @@ describeComponent('tags/ui/tag_shortcut', function () {
shortcut = TagShortcut.appendedTo(parent, { linkTo: { name: 'inbox', counts: { total: 15 }}, trigger: component });
});
- jasmine.afterEach(function () {
+ afterEach(function () {
$('body')[0].removeChild(parent[0]);
});