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:
authorJacob Vosmaer <jacob@gitlab.com>2016-08-11 16:05:49 +0300
committerJacob Vosmaer <jacob@gitlab.com>2016-08-11 16:05:49 +0300
commit6e6ad3e2fc386044134cbb33395cceb97e913fa0 (patch)
tree142e4fee199b4e14877414ef7050c3bd4fa976cb /spec
parent26b98bfff8c5bb7048bcbec46e028e30c46bccc5 (diff)
Fix typo
Diffstat (limited to 'spec')
-rw-r--r--spec/requests/lfs_http_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/requests/lfs_http_spec.rb b/spec/requests/lfs_http_spec.rb
index 9db282a9f3d..4c9b4a8ba42 100644
--- a/spec/requests/lfs_http_spec.rb
+++ b/spec/requests/lfs_http_spec.rb
@@ -636,7 +636,7 @@ describe 'Git LFS API and storage' do
it 'lfs object is linked to the project' do
expect(lfs_object.projects.pluck(:id)).to include(project.id)
end
- en
+ end
context 'invalid tempfiles' do
it 'rejects slashes in the tempfile name (path traversal' do