Sha256: 34b7ab10d27d8b5c6782d63fbfed5ddb5cad50c1180299dd177e5df44c194235

Contents?: true

Size: 441 Bytes

Versions: 8

Compression:

Stored size: 441 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 Style/AccessorMethodName
      def get_factory_name
        :dynflow_task
      end
      # rubocop:enable Style/AccessorMethodName
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

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