diff options
author | Guilherme Garnier <guilherme.garnier@gmail.com> | 2015-10-03 16:02:21 -0500 |
---|---|---|
committer | Guilherme Garnier <guilherme.garnier@gmail.com> | 2015-10-03 16:02:21 -0500 |
commit | aed145a9c68f5130a8e46602c4b6f1b76c8c13bf (patch) | |
tree | ae8af4e4cd4cfafea3d89712d6f11aeb418d5ceb /spec/tasks | |
parent | 1cfb48ddd005f599a453dcd9a4471fb003e6c222 (diff) | |
download | gitlab-ce-aed145a9c68f5130a8e46602c4b6f1b76c8c13bf.tar.gz |
Fix rubocop warnings in spec/lib and spec/tasks
Diffstat (limited to 'spec/tasks')
-rw-r--r-- | spec/tasks/gitlab/backup_rake_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/tasks/gitlab/backup_rake_spec.rb b/spec/tasks/gitlab/backup_rake_spec.rb index 2e63e5f36af..3be7dd4e52b 100644 --- a/spec/tasks/gitlab/backup_rake_spec.rb +++ b/spec/tasks/gitlab/backup_rake_spec.rb @@ -159,7 +159,7 @@ describe 'gitlab:app namespace rake task' do end it "does not contain skipped item" do - tar_contents, exit_status = Gitlab::Popen.popen( + tar_contents, _exit_status = Gitlab::Popen.popen( %W{tar -tvf #{@backup_tar} db uploads repositories builds} ) |