Fix container registry controller specs

This commit is contained in:
Grzegorz Bizon 2017-04-04 11:13:12 +02:00
parent 4fab9f24c0
commit 7e46d0a95f
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ describe Projects::Registry::RepositoriesController do
before do
sign_in(user)
stub_container_registry_config(enabled: true)
end
context 'when user has access to registry' do