trabajo-afectivo/spec/lib/import/otrs/diff_examples.rb

8 lines
223 B
Ruby
Raw Permalink Normal View History

# Copyright (C) 2012-2021 Zammad Foundation, http://zammad-foundation.org/
RSpec.shared_examples 'Import::OTRS::Diff' do
it 'responds to diff_worker' do
expect(described_class).to respond_to('diff_worker')
end
end