Sha256: 2b778a7211fdad951aca8a894ba4fe8cd0d576ab39e40dc30db206293db5a79b
Contents?: true
Size: 562 Bytes
Versions: 32
Compression:
Stored size: 562 Bytes
Contents
require "spec_helper" describe FactoryGirl::NullFactory do it { should delegate(:defined_traits).to(:definition) } it { should delegate(:callbacks).to(:definition) } it { should delegate(:attributes).to(:definition) } it { should delegate(:constructor).to(:definition) } its(:compile) { should be_nil } its(:class_name) { should be_nil } its(:default_strategy) { should == :create } its(:attributes) { should be_an_instance_of(FactoryGirl::AttributeList) } its(:evaluator_class) { should == FactoryGirl::Evaluator } end
Version data entries
32 entries across 27 versions & 3 rubygems