trabajo-afectivo/spec/import/otrs/import_stats_examples.rb

9 lines
251 B
Ruby
Raw Normal View History

RSpec.shared_examples 'Import::OTRS::ImportStats' do
it 'responds to current_state' do
expect(described_class).to respond_to('current_state')
end
it 'responds to statistic' do
expect(described_class).to respond_to('statistic')
end
end