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
path: root/spec
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2019-01-22 13:09:04 +0300
committerTim Zallmann <tzallmann@gitlab.com>2019-01-22 14:34:11 +0300
commit2d057da183b35d4b4eca6eda8b005d7d068c342a (patch)
tree7c0d0f484707027d29f5faeeb32052f1e54b90ba /spec
parent86cda964cf7f289c8b0cd1efa80b3bd4bacfec4e (diff)
Turned cache_privately? into cache_publicly?
Also removed unnecessary comment
Diffstat (limited to 'spec')
-rw-r--r--spec/controllers/uploads_controller_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/controllers/uploads_controller_spec.rb b/spec/controllers/uploads_controller_spec.rb
index f731ac2971b..5fbb71eca96 100644
--- a/spec/controllers/uploads_controller_spec.rb
+++ b/spec/controllers/uploads_controller_spec.rb
@@ -14,7 +14,6 @@ end
shared_examples 'content publicly cached' do
it 'ensures content is publicly cached' do
- # Fixed in newer versions of ActivePack, it will only output a single `private`.
expect(subject['Cache-Control']).to eq('max-age=300, public')
end
end