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:
authorFelipe Artur <felipefac@gmail.com>2018-03-28 22:12:56 +0300
committerFelipe Artur <felipefac@gmail.com>2018-04-03 21:51:10 +0300
commit7481fc5aa8e7d6cee3e03480a6b7dd7a7d19307e (patch)
tree5246f7ab9ea3563a2b5b6508d98ac0683c2aecfd /spec/services/boards
parent160d29b869673a8f2a3e57cf509e30b93e82a014 (diff)
Fix 404 in group boards when moving issue between lists
Diffstat (limited to 'spec/services/boards')
-rw-r--r--spec/services/boards/issues/move_service_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/services/boards/issues/move_service_spec.rb b/spec/services/boards/issues/move_service_spec.rb
index 0a6b6d880d3..dd0ad5f11bd 100644
--- a/spec/services/boards/issues/move_service_spec.rb
+++ b/spec/services/boards/issues/move_service_spec.rb
@@ -48,7 +48,7 @@ describe Boards::Issues::MoveService do
parent.add_developer(user)
end
- it_behaves_like 'issues move service'
+ it_behaves_like 'issues move service', true
end
end
end