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:
authorAlejandro Rodríguez <alejorro70@gmail.com>2017-10-02 21:29:33 +0300
committerAlejandro Rodríguez <alejorro70@gmail.com>2017-10-02 21:33:31 +0300
commit40060b18c751cb6201d6a446b52cb65319f633c5 (patch)
tree8b19a153a9ce3e23ecc0cd795fe72ae32d8ec74a /spec/lib/gitlab/workhorse_spec.rb
parentfce708c154273a7b91b465cfcf2ce8b8bf416046 (diff)
[ci skip] Fix archive spec descrptions
Diffstat (limited to 'spec/lib/gitlab/workhorse_spec.rb')
-rw-r--r--spec/lib/gitlab/workhorse_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/lib/gitlab/workhorse_spec.rb b/spec/lib/gitlab/workhorse_spec.rb
index 63cc7d5ac7e..4dffe2bd82f 100644
--- a/spec/lib/gitlab/workhorse_spec.rb
+++ b/spec/lib/gitlab/workhorse_spec.rb
@@ -31,7 +31,7 @@ describe Gitlab::Workhorse do
described_class.send_git_archive(repository, ref: ref, format: format)
end
- context 'when Gitaly workhorse_raw_show feature is enabled' do
+ context 'when Gitaly workhorse_archive feature is enabled' do
it 'sets the header correctly' do
key, command, params = decode_workhorse_header(subject)
@@ -41,7 +41,7 @@ describe Gitlab::Workhorse do
end
end
- context 'when Gitaly workhorse_raw_show feature is disabled', skip_gitaly_mock: true do
+ context 'when Gitaly workhorse_archive feature is disabled', skip_gitaly_mock: true do
it 'sets the header correctly' do
key, command, params = decode_workhorse_header(subject)