diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2018-01-08 19:40:23 -0200 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2018-01-08 19:40:23 -0200 |
commit | a75bbbd92ad28f8d731231104e65d6aeeca1256c (patch) | |
tree | 7d889ed2b7a12d6d9b66eee9b1540342f6b73482 /spec/tasks | |
parent | e1008da2a81a1c77c63b4f28ea8cb2aa498bc372 (diff) | |
download | gitlab-ce-a75bbbd92ad28f8d731231104e65d6aeeca1256c.tar.gz |
Make Rubocop happy
Diffstat (limited to 'spec/tasks')
-rw-r--r-- | spec/tasks/gitlab/uploads_rake_spec.rb | 2 |
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 |