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:
authorLin Jen-Shin <godfat@godfat.org>2017-07-18 12:48:48 +0300
committerLin Jen-Shin <godfat@godfat.org>2017-07-18 12:48:48 +0300
commitffc5b29bd0f02676bdc05ec6185d115d6705cd8f (patch)
tree43f3c0e86116207bcde2105b5df41c205b1ace49 /spec/lib/gitlab/cache
parent042cf15b6f6dae6a6e3f760f93a3ad0f7ff486ea (diff)
Follow feedback on the merge request
Diffstat (limited to 'spec/lib/gitlab/cache')
-rw-r--r--spec/lib/gitlab/cache/request_cache_spec.rb (renamed from spec/lib/gitlab/cache/request_store_wrap_spec.rb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/lib/gitlab/cache/request_store_wrap_spec.rb b/spec/lib/gitlab/cache/request_cache_spec.rb
index d63d958900a..62f914cf121 100644
--- a/spec/lib/gitlab/cache/request_store_wrap_spec.rb
+++ b/spec/lib/gitlab/cache/request_cache_spec.rb
@@ -1,9 +1,9 @@
require 'spec_helper'
-describe Gitlab::Cache::RequestStoreWrap, :request_store do
+describe Gitlab::Cache::RequestCache, :request_store do
let(:klass) do
Class.new do
- extend Gitlab::Cache::RequestStoreWrap
+ extend Gitlab::Cache::RequestCache
attr_accessor :id, :name, :result, :extra