2016-11-25 16:10:37 +00:00
|
|
|
RSpec.shared_examples 'Import::OTRS::ImportStats' do
|
|
|
|
it 'responds to current_state' do
|
|
|
|
expect(described_class).to respond_to('current_state')
|
|
|
|
end
|
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
|