diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-02-17 10:05:26 +0100 |
---|---|---|
committer | James Edwards-Jones <jedwardsjones@gitlab.com> | 2017-01-31 22:53:58 +0000 |
commit | c089f103342ae8f60c7fa9055ef79e3245d6a5fb (patch) | |
tree | 5ed77308a26ae93070c5a83a268401b318ba94ca /spec/models | |
parent | 92a1efe69b8d3a491e14b5d583033ec7ebd4c623 (diff) | |
download | gitlab-ce-c089f103342ae8f60c7fa9055ef79e3245d6a5fb.tar.gz |
Update comments
Diffstat (limited to 'spec/models')
-rw-r--r-- | spec/models/pages_domain_spec.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/models/pages_domain_spec.rb b/spec/models/pages_domain_spec.rb index 3e083ba9001..0b95bf594c5 100644 --- a/spec/models/pages_domain_spec.rb +++ b/spec/models/pages_domain_spec.rb @@ -117,6 +117,10 @@ describe PagesDomain, models: true do end context 'for trusted certificate chain' do + # We only validate that we can to rebuild the trust chain, for certificates + # We assume that 'AddTrustExternalCARoot' needed to validate the chain is in trusted store. + # It will be if ca-certificates is installed on Debian/Ubuntu/Alpine + let(:domain) { build(:pages_domain, :with_trusted_chain) } it { is_expected.to be_truthy } |