2021-06-01 12:20:20 +00:00
|
|
|
# Copyright (C) 2012-2021 Zammad Foundation, http://zammad-foundation.org/
|
|
|
|
|
2021-07-19 12:24:09 +00:00
|
|
|
RSpec.shared_context 'factory' do # rubocop:disable RSpec/ContextWording
|
2019-06-04 03:40:48 +00:00
|
|
|
it 'saves successfully' do
|
2021-07-19 12:24:09 +00:00
|
|
|
expect(subject).to be_persisted # rubocop:disable RSpec/NamedSubject
|
2019-06-04 03:40:48 +00:00
|
|
|
end
|
|
|
|
end
|