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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-10-28 21:08:52 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-10-28 21:08:52 +0300
commit3e49ae159acbb703f005f5014772072cd90ef97b (patch)
treea65e942c5e207461419c4a266ebe6952733c8520 /spec/requests/robots_txt_spec.rb
parent77d49e6a73b3a1e142ec865d05dc3dd9a708ab6a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/requests/robots_txt_spec.rb')
-rw-r--r--spec/requests/robots_txt_spec.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/spec/requests/robots_txt_spec.rb b/spec/requests/robots_txt_spec.rb
index e3f279af3c8..2a25add5209 100644
--- a/spec/requests/robots_txt_spec.rb
+++ b/spec/requests/robots_txt_spec.rb
@@ -14,7 +14,9 @@ RSpec.describe 'Robots.txt Requests', :aggregate_failures do
it 'allows the requests' do
requests = [
'/users/sign_in',
- '/namespace/subnamespace/design.gitlab.com'
+ '/namespace/subnamespace/design.gitlab.com',
+ '/users/foo/snippets',
+ '/users/foo/snippets/1'
]
requests.each do |request|