text_modules_spec.rb 270 B

12345678
  1. require 'rails_helper'
  2. require 'system/examples/pagination_examples'
  3. RSpec.describe 'Manage > Text Module', type: :system do
  4. context 'ajax pagination' do
  5. include_examples 'pagination', model: :text_module, klass: TextModule, path: 'manage/text_modules'
  6. end
  7. end