2022-01-01 13:38:12 +00:00
|
|
|
# Copyright (C) 2012-2022 Zammad Foundation, https://zammad-foundation.org/
|
2021-06-01 12:20:20 +00:00
|
|
|
|
2019-06-04 03:40:48 +00:00
|
|
|
require 'rails_helper'
|
|
|
|
require 'models/contexts/factory_context'
|
|
|
|
|
|
|
|
RSpec.describe KnowledgeBase::Locale, type: :model do
|
|
|
|
subject { create(:knowledge_base_locale) }
|
|
|
|
|
|
|
|
include_context 'factory'
|
|
|
|
end
|