Sha256: 005419d96b49737ee59d01432b61bbfeef2a9382f52b7b9203ea098a52f3a12a

Contents?: true

Size: 443 Bytes

Versions: 9

Compression:

Stored size: 443 Bytes

Contents

require 'foreman_tasks_test_helper'

module ForemanTasks
  class TasksControllerTest < ActionController::TestCase
    describe ForemanTasks::TasksController do
      basic_index_test('tasks')
      basic_pagination_per_page_test
      basic_pagination_rendered_test

      # rubocop:disable Naming/AccessorMethodName
      def get_factory_name
        :dynflow_task
      end
      # rubocop:enable Naming/AccessorMethodName
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
foreman-tasks-0.11.3 test/controllers/tasks_controller_test.rb
foreman-tasks-0.13.1 test/controllers/tasks_controller_test.rb
foreman-tasks-0.13.0 test/controllers/tasks_controller_test.rb
foreman-tasks-0.12.2 test/controllers/tasks_controller_test.rb
foreman-tasks-0.11.2 test/controllers/tasks_controller_test.rb
foreman-tasks-0.12.1 test/controllers/tasks_controller_test.rb
foreman-tasks-0.12.0 test/controllers/tasks_controller_test.rb
foreman-tasks-0.11.1 test/controllers/tasks_controller_test.rb
foreman-tasks-0.11.0 test/controllers/tasks_controller_test.rb