From 7983c798af6f2f01748b67ea3cdbc2dec2554604 Mon Sep 17 00:00:00 2001 From: Sanad Liaquat Date: Wed, 24 Oct 2018 17:43:30 +0500 Subject: Renamed to ldap_no_ssl and ldap_ssl --- qa/spec/scenario/test/integration/ldap_spec.rb | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'qa/spec') diff --git a/qa/spec/scenario/test/integration/ldap_spec.rb b/qa/spec/scenario/test/integration/ldap_spec.rb index 198856aec3f..9019c6562b6 100644 --- a/qa/spec/scenario/test/integration/ldap_spec.rb +++ b/qa/spec/scenario/test/integration/ldap_spec.rb @@ -1,9 +1,17 @@ # frozen_string_literal: true -describe QA::Scenario::Test::Integration::LDAP do +describe QA::Scenario::Test::Integration::LDAPNoSSL do context '#perform' do it_behaves_like 'a QA scenario class' do - let(:tags) { [:ldap] } + let(:tags) { [:ldap_no_ssl] } + end + end +end + +describe QA::Scenario::Test::Integration::LDAPSSL do + context '#perform' do + it_behaves_like 'a QA scenario class' do + let(:tags) { [:ldap_ssl] } end end end -- cgit v1.2.1