diff_examples.rb 224 B

1234567
  1. # Copyright (C) 2012-2024 Zammad Foundation, https://zammad-foundation.org/
  2. RSpec.shared_examples 'Import::OTRS::Diff' do
  3. it 'responds to diff_worker' do
  4. expect(described_class).to respond_to('diff_worker')
  5. end
  6. end