Skip to content
Snippets Groups Projects

Add registry-database import command to gitlab-ctl

Merged João Pereira requested to merge registry-import-command into master
All threads resolved!
@@ -48,11 +48,6 @@ RSpec.describe RegistryDatabase do
it_behaves_like 'unknown option is specified'
it_behaves_like 'parses command options'
it 'parses subcommand correctly' do
received = RegistryDatabase.parse_options!(ctl, %W(registry-database #{command}))
expect(received).to have_key(:command)
end
end
end
end
Loading