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:
authorRémy Coutable <remy@rymai.me>2018-05-21 11:56:42 +0300
committerRémy Coutable <remy@rymai.me>2018-05-21 11:56:42 +0300
commit7381a33f696ca74b86a21f0b66e87be92d2efcc1 (patch)
treeee35eef65f871f91d283124c9295c9e2ff238ab0 /spec/finders
parentcf7f3606d3bca3dfb481323aaa4f3dc50ca1a089 (diff)
parentd839b880a256f208ae5a0d877765bc5fcbfcd44d (diff)
Merge branch '44799-api-naming-issue-scope' into 'master'
Resolve "API naming for issue scope" Closes #44799 See merge request gitlab-org/gitlab-ce!18935
Diffstat (limited to 'spec/finders')
-rw-r--r--spec/finders/issues_finder_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/finders/issues_finder_spec.rb b/spec/finders/issues_finder_spec.rb
index 45439640ea3..74e91b02f0f 100644
--- a/spec/finders/issues_finder_spec.rb
+++ b/spec/finders/issues_finder_spec.rb
@@ -372,7 +372,7 @@ describe IssuesFinder do
end
context 'personal scope' do
- let(:scope) { 'assigned-to-me' }
+ let(:scope) { 'assigned_to_me' }
it 'returns issue assigned to the user' do
expect(issues).to contain_exactly(issue1, issue2)