summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/tasks/gitlab/uploads_rake_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/tasks/gitlab/uploads_rake_spec.rb b/spec/tasks/gitlab/uploads_rake_spec.rb
index 9330539f8c9..0c779d8a135 100644
--- a/spec/tasks/gitlab/uploads_rake_spec.rb
+++ b/spec/tasks/gitlab/uploads_rake_spec.rb
@@ -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