summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2018-01-08 19:40:23 -0200
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2018-01-08 19:40:23 -0200
commita75bbbd92ad28f8d731231104e65d6aeeca1256c (patch)
tree7d889ed2b7a12d6d9b66eee9b1540342f6b73482
parente1008da2a81a1c77c63b4f28ea8cb2aa498bc372 (diff)
downloadgitlab-ce-a75bbbd92ad28f8d731231104e65d6aeeca1256c.tar.gz
Make Rubocop happy
-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