Commit b33057c1 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Resolve conflict

parent 52c1c7e8
...@@ -68,7 +68,6 @@ describe Gitlab::Shell do ...@@ -68,7 +68,6 @@ describe Gitlab::Shell do
end end
end end
<<<<<<< HEAD
describe '#mv_storage' do describe '#mv_storage' do
it 'executes the command' do it 'executes the command' do
expect(Gitlab::Utils).to receive(:system_silent) expect(Gitlab::Utils).to receive(:system_silent)
...@@ -123,9 +122,6 @@ describe Gitlab::Shell do ...@@ -123,9 +122,6 @@ describe Gitlab::Shell do
stub_application_setting(authorized_keys_enabled: nil) stub_application_setting(authorized_keys_enabled: nil)
end end
=======
describe '#add_key' do
>>>>>>> upstream/master
it 'removes trailing garbage' do it 'removes trailing garbage' do
allow(gitlab_shell).to receive(:gitlab_shell_keys_path).and_return(:gitlab_shell_keys_path) allow(gitlab_shell).to receive(:gitlab_shell_keys_path).and_return(:gitlab_shell_keys_path)
expect(gitlab_shell).to receive(:gitlab_shell_fast_execute).with( expect(gitlab_shell).to receive(:gitlab_shell_fast_execute).with(
...@@ -134,7 +130,6 @@ describe Gitlab::Shell do ...@@ -134,7 +130,6 @@ describe Gitlab::Shell do
gitlab_shell.add_key('key-123', 'ssh-rsa foobar trailing garbage') gitlab_shell.add_key('key-123', 'ssh-rsa foobar trailing garbage')
end end
<<<<<<< HEAD
end end
end end
...@@ -400,8 +395,6 @@ describe Gitlab::Shell do ...@@ -400,8 +395,6 @@ describe Gitlab::Shell do
expect(ids).to eq([]) expect(ids).to eq([])
end end
=======
>>>>>>> upstream/master
end end
end end
......
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