Module: Inferno::SpecSupport Private

Defined in:
lib/inferno/spec_support.rb

Overview

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

This module provides constants so that unit tests in suite repositories can load the factories defined in inferno.

Constant Summary collapse

FACTORY_BOT_SUPPORT_PATH =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

File.expand_path('../../spec/support/factory_bot', __dir__).freeze
FACTORY_PATH =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

File.expand_path('../../spec/factories', __dir__).freeze