Commit 954105e8 authored by Simon Knox's avatar Simon Knox

resolve spec conflict

parent 1007791a
......@@ -2,11 +2,7 @@ import Vue from 'vue';
import Autosize from 'autosize';
import store from '~/notes/stores';
import issueCommentForm from '~/notes/components/issue_comment_form.vue';
<<<<<<< HEAD
import { loggedOutIssueData, notesDataMock, userDataMock, noteableDataMock } from '../mock_data';
=======
import { loggedOutnoteableData, notesDataMock, userDataMock, noteableDataMock } from '../mock_data';
>>>>>>> upstream/master
import { keyboardDownEvent } from '../../issue_show/helpers';
describe('issue_comment_form component', () => {
......@@ -194,11 +190,7 @@ describe('issue_comment_form component', () => {
describe('user is not logged in', () => {
beforeEach(() => {
store.dispatch('setUserData', null);
<<<<<<< HEAD
store.dispatch('setNoteableData', loggedOutIssueData);
=======
store.dispatch('setNoteableData', loggedOutnoteableData);
>>>>>>> upstream/master
store.dispatch('setNotesData', notesDataMock);
vm = mountComponent();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment