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-08 15:08:31 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-10-08 15:08:31 +0300
commit2f5c5b1081fe544ecb9a71d8adf88e00f01f3732 (patch)
treeb3c8a9358d2384ab10d7a448756f8c54b376215b /spec/frontend/fixtures/blob.rb
parent33882b0ed118afb7239b76a074f9ab7cf90558f3 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/fixtures/blob.rb')
-rw-r--r--spec/frontend/fixtures/blob.rb10
1 files changed, 10 insertions, 0 deletions
diff --git a/spec/frontend/fixtures/blob.rb b/spec/frontend/fixtures/blob.rb
index 712c3bd9b23..a365ee805af 100644
--- a/spec/frontend/fixtures/blob.rb
+++ b/spec/frontend/fixtures/blob.rb
@@ -33,4 +33,14 @@ RSpec.describe Projects::BlobController, '(JavaScript fixtures)', type: :control
expect(response).to be_successful
end
+
+ it 'blob/show_readme.html' do
+ get(:show, params: {
+ namespace_id: project.namespace,
+ project_id: project,
+ id: 'master/README.md'
+ })
+
+ expect(response).to be_successful
+ end
end