diff options
author | Jacob Vosmaer <jacob@gitlab.com> | 2016-08-11 15:05:49 +0200 |
---|---|---|
committer | Jacob Vosmaer <jacob@gitlab.com> | 2016-08-11 15:05:49 +0200 |
commit | 6e6ad3e2fc386044134cbb33395cceb97e913fa0 (patch) | |
tree | 142e4fee199b4e14877414ef7050c3bd4fa976cb | |
parent | 26b98bfff8c5bb7048bcbec46e028e30c46bccc5 (diff) | |
download | gitlab-ce-6e6ad3e2fc386044134cbb33395cceb97e913fa0.tar.gz |
Fix typo
-rw-r--r-- | spec/requests/lfs_http_spec.rb | 2 |
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 |