Sha256: c7bdf93149fc144ade12e5a2773e3af43f97b389064fd2ba190c65bb94ebbceb

Contents?: true

Size: 360 Bytes

Versions: 8

Compression:

Stored size: 360 Bytes

Contents

require 'foreman_tasks_test_helper'

module ForemanTasks
  class RecurringLogicsControllerTest < ActionController::TestCase
    basic_index_test('recurring_logics')
    basic_pagination_per_page_test

    # rubocop:disable Style/AccessorMethodName
    def get_factory_name
      :recurring_logic
    end
    # rubocop:enable Style/AccessorMethodName
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
foreman-tasks-0.10.9 test/controllers/recurring_logics_controller_test.rb
foreman-tasks-0.10.8 test/controllers/recurring_logics_controller_test.rb
foreman-tasks-0.10.7 test/controllers/recurring_logics_controller_test.rb
foreman-tasks-0.10.6 test/controllers/recurring_logics_controller_test.rb
foreman-tasks-0.10.4 test/controllers/recurring_logics_controller_test.rb
foreman-tasks-0.10.3 test/controllers/recurring_logics_controller_test.rb
foreman-tasks-0.10.2 test/controllers/recurring_logics_controller_test.rb
foreman-tasks-0.10.1 test/controllers/recurring_logics_controller_test.rb