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.3.0 lib/inferno/spec_support.rb
inferno_core-0.3.0.rc1 lib/inferno/spec_support.rb
inferno_core-0.2.0 lib/inferno/spec_support.rb
inferno_core-0.2.0.rc4 lib/inferno/spec_support.rb
inferno_core-0.2.0.rc3 lib/inferno/spec_support.rb
inferno_core-0.2.0.rc2 lib/inferno/spec_support.rb
inferno_core-0.2.0.rc1 lib/inferno/spec_support.rb
inferno_core-0.1.4.pre lib/inferno/spec_support.rb
inferno_core-0.1.3 lib/inferno/spec_support.rb
inferno_core-0.1.3.pre2 lib/inferno/spec_support.rb
inferno_core-0.1.3.pre lib/inferno/spec_support.rb
inferno_core-0.1.2 lib/inferno/spec_support.rb
inferno_core-0.1.2.pre lib/inferno/spec_support.rb
inferno_core-0.1.1 lib/inferno/spec_support.rb
inferno_core-0.1.1.pre lib/inferno/spec_support.rb
inferno_core-0.1.0 lib/inferno/spec_support.rb
inferno_core-0.1.0.pre lib/inferno/spec_support.rb
inferno_core-0.0.6 lib/inferno/spec_support.rb
inferno_core-0.0.5 lib/inferno/spec_support.rb
inferno_core-0.0.4 lib/inferno/spec_support.rb