2021-06-01 12:20:20 +00:00
|
|
|
# Copyright (C) 2012-2021 Zammad Foundation, http://zammad-foundation.org/
|
|
|
|
|
2016-11-25 16:10:37 +00:00
|
|
|
RSpec.shared_examples 'Import factory' do
|
|
|
|
it 'responds to import' do
|
|
|
|
expect(described_class).to respond_to('import')
|
|
|
|
end
|
|
|
|
end
|