8 lines
273 B
Ruby
8 lines
273 B
Ruby
# frozen_string_literal: true
|
|
|
|
# Load the normal Rails helper
|
|
require File.expand_path('../../../test/test_helper', __dir__)
|
|
# Load other test helper modules
|
|
require File.expand_path('authenticate_user', __dir__)
|
|
require File.expand_path('workload_object_helper', __dir__)
|