trabajo-afectivo/spec/system/manage/text_modules_spec.rb

11 lines
347 B
Ruby
Raw Normal View History

2022-01-01 13:38:12 +00:00
# Copyright (C) 2012-2022 Zammad Foundation, https://zammad-foundation.org/
require 'rails_helper'
require 'system/examples/pagination_examples'
RSpec.describe 'Manage > Text Module', type: :system do
context 'ajax pagination' do
include_examples 'pagination', model: :text_module, klass: TextModule, path: 'manage/text_modules'
end
end