Commit 855b28ad authored by Martin Wortschack's avatar Martin Wortschack

Merge branch 'Replace-BoardService_in_assignee_select_spec.js' into 'master'

Replace board service in assignee select spec.js

See merge request gitlab-org/gitlab!20880
parents ead859fa e4403a3a
---
title: removes references of BoardService
merge_request: 20880
author: nuwe1
type: other
......@@ -5,7 +5,7 @@ import '~/boards/services/board_service';
import boardsStore from '~/boards/stores/boards_store';
import IssuableContext from '~/issuable_context';
import AssigneeSelect from 'ee/boards/components/assignee_select.vue';
import { boardObj, mockBoardService } from 'spec/boards/mock_data';
import { boardObj } from 'spec/boards/mock_data';
let vm;
......@@ -32,7 +32,6 @@ const assignee2 = {
describe('Assignee select component', () => {
beforeEach(done => {
setFixtures('<div class="test-container"></div>');
gl.boardService = mockBoardService();
boardsStore.create();
// eslint-disable-next-line no-new
......
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