Method: Gitlab::QA::Component::LDAP#prepare

Defined in:
lib/gitlab/qa/component/ldap.rb

#prepareObject



58
59
60
61
62
63
# File 'lib/gitlab/qa/component/ldap.rb', line 58

def prepare
  copy_fixtures
  @volumes["#{working_dir_tmp_fixture_path}/ldap"] = BOOTSTRAP_LDIF

  super
end