From a75bbbd92ad28f8d731231104e65d6aeeca1256c Mon Sep 17 00:00:00 2001 From: Douglas Barbosa Alexandre Date: Mon, 8 Jan 2018 19:40:23 -0200 Subject: Make Rubocop happy --- spec/tasks/gitlab/uploads_rake_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/tasks') 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 -- cgit v1.2.3