summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-10-07 17:06:27 -0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-10-11 11:39:05 -0300
commit7be133aa36c4160c31010dc74af002320e9070b8 (patch)
tree024395b5f06f37c72618f6d468ef6bed4f26a75d
parent478b3d64f8cc7a47c5d1fc0507036590417b8aa8 (diff)
downloadgitlab-ce-7be133aa36c4160c31010dc74af002320e9070b8.tar.gz
Fix typo on Boards::Issues::ListService spec
-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)