Sha256: 454cea735da9a4dd3c5159f59e760cd46c312116d11c87b3b1458ce1f8a6b83c

Contents?: true

Size: 507 Bytes

Versions: 7

Compression:

Stored size: 507 Bytes

Contents

require 'test_helper'
require_relative './support/dummy_active_job'
require_relative './support/dummy_dynflow_action'
require_relative './support/dummy_recurring_dynflow_action'
require_relative './support/dummy_proxy_action'
require_relative './support/dummy_task_group'

require 'dynflow/testing'

FactoryBot.definition_file_paths = ["#{ForemanTasks::Engine.root}/test/factories"]
FactoryBot.find_definitions

ForemanTasks.dynflow.require!
ForemanTasks.dynflow.config.disable_active_record_actions = true

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
foreman-tasks-0.14.3 test/foreman_tasks_test_helper.rb
foreman-tasks-0.14.2 test/foreman_tasks_test_helper.rb
foreman-tasks-0.14.1 test/foreman_tasks_test_helper.rb
foreman-tasks-0.14.0 test/foreman_tasks_test_helper.rb
foreman-tasks-0.13.4 test/foreman_tasks_test_helper.rb
foreman-tasks-0.13.3 test/foreman_tasks_test_helper.rb
foreman-tasks-0.13.2 test/foreman_tasks_test_helper.rb