Sha256: f16bb05506f1dec7ba149b62a9330b43b9d8a1635f2273aa78de6b15958d64e2

Contents?: true

Size: 360 Bytes

Versions: 83

Compression:

Stored size: 360 Bytes

Contents

module Inferno
  # @api private
  # This module provides constants so that unit tests in suite repositories can
  # load the factories defined in inferno.
  module SpecSupport
    FACTORY_BOT_SUPPORT_PATH = File.expand_path('../../spec/support/factory_bot', __dir__).freeze
    FACTORY_PATH = File.expand_path('../../spec/factories', __dir__).freeze
  end
end

Version data entries

83 entries across 83 versions & 1 rubygems

Version Path
inferno_core-0.0.3 lib/inferno/spec_support.rb
inferno_core-0.0.2 lib/inferno/spec_support.rb
inferno_core-0.0.1 lib/inferno/spec_support.rb