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
|
|
|
require 'rails_helper'
|
2017-03-27 09:25:45 +00:00
|
|
|
require 'lib/import/transaction_factory_examples'
|
2016-11-25 16:10:37 +00:00
|
|
|
|
|
|
|
RSpec.describe Import::TransactionFactory do
|
|
|
|
it_behaves_like 'Import::TransactionFactory'
|
|
|
|
it_behaves_like 'Import::BaseFactory extender'
|
|
|
|
end
|