Fix typo on Boards::Issues::ListService spec
This commit is contained in:
parent
478b3d64f8
commit
7be133aa36
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ describe Boards::Issues::ListService, services: true do
|
|||
end
|
||||
end
|
||||
|
||||
context 'with list that does not belongs to the board' do
|
||||
context 'with list that does not belong to the board' do
|
||||
it 'raises an error' do
|
||||
list = create(:list)
|
||||
service = described_class.new(project, user, board_id: board.id, id: list.id)
|
||||
|
|
Loading…
Reference in a new issue