Sha256: 004768dccc57fa18a14c1b81a7a8641481425c48bfd774ceadac33d0be18bd1d
Contents?: true
Size: 392 Bytes
Versions: 56
Compression:
Stored size: 392 Bytes
Contents
module FactoryGirl # @api private class NullFactory attr_reader :definition def initialize @definition = Definition.new end delegate :defined_traits, :callbacks, :attributes, :constructor, :compiled_to_create, :compiled_constructor, to: :definition def compile; end def class_name; end def evaluator_class; FactoryGirl::Evaluator; end end end
Version data entries
56 entries across 56 versions & 4 rubygems