tcr.rb 229 B

1234567
  1. # Copyright (C) 2012-2022 Zammad Foundation, https://zammad-foundation.org/
  2. TCR.configure do |config|
  3. config.cassette_library_dir = 'test/data/tcr_cassettes'
  4. config.hook_tcp_ports = [389] # LDAP
  5. config.format = 'yaml'
  6. end