summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-05-22 09:58:45 +0000
committerPhil Hughes <me@iamphill.com>2018-05-22 09:58:45 +0000
commit4d674bd38c8a3568f6e1295c25c902ef10151aef (patch)
treeec4515d9e0205c668d455d197a14402e7f271976 /spec
parent879ddf727de37475d8c3b692378fd3a0e175db58 (diff)
parent385c0779daecff8b7575f66fae90752207c8dc34 (diff)
downloadgitlab-ce-4d674bd38c8a3568f6e1295c25c902ef10151aef.tar.gz
Merge branch 'rename-merge-request-widget-author-component' into 'master'
Rename merge request widget author component See merge request gitlab-org/gitlab-ce!19079
Diffstat (limited to 'spec')
-rw-r--r--spec/javascripts/vue_mr_widget/components/mr_widget_author_spec.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/javascripts/vue_mr_widget/components/mr_widget_author_spec.js b/spec/javascripts/vue_mr_widget/components/mr_widget_author_spec.js
index db27aa144d6..00f4f2d7c39 100644
--- a/spec/javascripts/vue_mr_widget/components/mr_widget_author_spec.js
+++ b/spec/javascripts/vue_mr_widget/components/mr_widget_author_spec.js
@@ -1,12 +1,12 @@
import Vue from 'vue';
-import authorComponent from '~/vue_merge_request_widget/components/mr_widget_author.vue';
+import MrWidgetAuthor from '~/vue_merge_request_widget/components/mr_widget_author.vue';
import mountComponent from 'spec/helpers/vue_mount_component_helper';
-describe('MRWidgetAuthor', () => {
+describe('MrWidgetAuthor', () => {
let vm;
beforeEach(() => {
- const Component = Vue.extend(authorComponent);
+ const Component = Vue.extend(MrWidgetAuthor);
vm = mountComponent(Component, {
author: {