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:
Diffstat (limited to 'spec/lib/gitlab/sherlock/query_spec.rb')
-rw-r--r--spec/lib/gitlab/sherlock/query_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/sherlock/query_spec.rb b/spec/lib/gitlab/sherlock/query_spec.rb
index b15a125a40c..a9afef5dc1d 100644
--- a/spec/lib/gitlab/sherlock/query_spec.rb
+++ b/spec/lib/gitlab/sherlock/query_spec.rb
@@ -100,7 +100,7 @@ FROM users;
[' -> Index Only Scan using index_cats_are_amazing']
]
- result = double(:result, :values => lines)
+ result = double(:result, values: lines)
allow(query).to receive(:raw_explain).and_return(result)