zammad/spec/lib/import/importer_examples.rb
2026-01-02 15:41:09 +02:00

7 lines
208 B
Ruby

# Copyright (C) 2012-2026 Zammad Foundation, https://zammad-foundation.org/
RSpec.shared_examples 'Import backend' do
it 'responds to start' do
expect(described_class).to respond_to('start')
end
end