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

9 lines
270 B
Ruby
Raw Normal View History

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