Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVratislav Kalenda <v.kalenda@gmail.com>2017-10-08 22:01:45 +0300
committerVratislav Kalenda <v.kalenda@gmail.com>2017-10-08 22:01:45 +0300
commitcd3fa2a709874c170eabc739f1b9a0f1f495685f (patch)
tree8f2300c487edfa5cd970839c8e3bf2fdd8f312ab /spec/services/auth
parent74d37438d5361fd4e77993dbc9590b20f7c32100 (diff)
remove whitespace
Diffstat (limited to 'spec/services/auth')
-rw-r--r--spec/services/auth/container_registry_authentication_service_spec.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/spec/services/auth/container_registry_authentication_service_spec.rb b/spec/services/auth/container_registry_authentication_service_spec.rb
index 6145f72df43..b154779e1c7 100644
--- a/spec/services/auth/container_registry_authentication_service_spec.rb
+++ b/spec/services/auth/container_registry_authentication_service_spec.rb
@@ -140,9 +140,7 @@ describe Auth::ContainerRegistryAuthenticationService do
it_behaves_like 'not a container repository factory'
end
end
-
-
-
+
context 'for private project' do
let(:project) { create(:project) }