Commit 162062ce authored by Balasankar "Balu" C's avatar Balasankar "Balu" C

Make rubocop happy

parent c0ef9958
......@@ -27,7 +27,6 @@ describe Backup::Files do
describe 'folders without permissions' do
before do
allow(File).to receive(:realpath).with("/var/gitlab-registry").and_return("/var/gitlab-registry")
allow(File).to receive(:realpath).with("/var/gitlab-registry/..").and_return("/var")
allow(File).to receive(:exist?).and_return(true)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment