Commit 6e6ad3e2 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Fix typo

parent 26b98bff
...@@ -636,7 +636,7 @@ describe 'Git LFS API and storage' do ...@@ -636,7 +636,7 @@ describe 'Git LFS API and storage' do
it 'lfs object is linked to the project' do it 'lfs object is linked to the project' do
expect(lfs_object.projects.pluck(:id)).to include(project.id) expect(lfs_object.projects.pluck(:id)).to include(project.id)
end end
en end
context 'invalid tempfiles' do context 'invalid tempfiles' do
it 'rejects slashes in the tempfile name (path traversal' do it 'rejects slashes in the tempfile name (path traversal' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment