Make Rubocop happy

parent e1008da2
......@@ -13,7 +13,7 @@ describe 'gitlab:uploads rake tasks' do
end
it 'errors out about missing files on the file system' do
uploaded_file = create(:upload)
create(:upload)
expect { run_rake_task('gitlab:uploads:check') }.to output(/File does not exist on the file system/).to_stdout
end
......
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