From 6e6ad3e2fc386044134cbb33395cceb97e913fa0 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Thu, 11 Aug 2016 15:05:49 +0200 Subject: [PATCH] Fix typo --- spec/requests/lfs_http_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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