mirror of
https://github.com/zammad/zammad
synced 2026-05-24 09:48:36 +00:00
9 lines
230 B
Ruby
9 lines
230 B
Ruby
RSpec.shared_examples 'Import::Async' do
|
|
it 'responds to start_bg' do
|
|
expect(described_class).to respond_to('start_bg')
|
|
end
|
|
|
|
it 'responds to status_bg' do
|
|
expect(described_class).to respond_to('status_bg')
|
|
end
|
|
end
|