factory_examples.rb 208 B

1234567
  1. # Copyright (C) 2012-2024 Zammad Foundation, https://zammad-foundation.org/
  2. require 'lib/import/base_factory_examples'
  3. RSpec.shared_examples 'Import::Factory' do
  4. it_behaves_like 'Import::BaseFactory'
  5. end