Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-10-07 23:06:27 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-10-11 17:39:05 +0300
commit7be133aa36c4160c31010dc74af002320e9070b8 (patch)
tree024395b5f06f37c72618f6d468ef6bed4f26a75d /spec/services/boards
parent478b3d64f8cc7a47c5d1fc0507036590417b8aa8 (diff)
Fix typo on Boards::Issues::ListService spec
Diffstat (limited to 'spec/services/boards')
-rw-r--r--spec/services/boards/issues/list_service_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/services/boards/issues/list_service_spec.rb b/spec/services/boards/issues/list_service_spec.rb
index d9eb757f986..7c206cf3ce7 100644
--- a/spec/services/boards/issues/list_service_spec.rb
+++ b/spec/services/boards/issues/list_service_spec.rb
@@ -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)