2021-06-01 12:20:20 +00:00
|
|
|
# Copyright (C) 2012-2021 Zammad Foundation, http://zammad-foundation.org/
|
|
|
|
|
2016-12-19 08:59:54 +00:00
|
|
|
RSpec.shared_examples 'Import::ImportStats' do
|
2016-11-25 16:10:37 +00:00
|
|
|
it 'responds to current_state' do
|
|
|
|
expect(described_class).to respond_to('current_state')
|
|
|
|
end
|
2020-02-18 19:51:31 +00:00
|
|
|
|
2016-12-09 15:12:39 +00:00
|
|
|
it 'responds to statistic' do
|
|
|
|
expect(described_class).to respond_to('statistic')
|
|
|
|
end
|
2016-11-25 16:10:37 +00:00
|
|
|
end
|