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

Version Path
judge-2.0.5 vendor/bundle/ruby/2.1.0/gems/factory_girl-2.6.4/spec/factory_girl/null_factory_spec.rb
challah-0.6.2 vendor/bundle/gems/factory_girl-2.6.1/spec/factory_girl/null_factory_spec.rb
challah-0.6.1 vendor/bundle/gems/factory_girl-2.5.1/spec/factory_girl/null_factory_spec.rb
challah-0.6.1 vendor/bundle/gems/factory_girl-2.6.1/spec/factory_girl/null_factory_spec.rb
challah-0.6.0 vendor/bundle/gems/factory_girl-2.5.1/spec/factory_girl/null_factory_spec.rb
challah-0.6.0 vendor/bundle/gems/factory_girl-2.6.1/spec/factory_girl/null_factory_spec.rb
challah-0.5.4 vendor/bundle/gems/factory_girl-2.5.1/spec/factory_girl/null_factory_spec.rb
challah-0.5.4 vendor/bundle/gems/factory_girl-2.6.1/spec/factory_girl/null_factory_spec.rb
challah-0.5.3 vendor/bundle/gems/factory_girl-2.5.1/spec/factory_girl/null_factory_spec.rb
challah-0.5.3 vendor/bundle/gems/factory_girl-2.6.1/spec/factory_girl/null_factory_spec.rb
challah-0.5.2 vendor/bundle/gems/factory_girl-2.5.1/spec/factory_girl/null_factory_spec.rb
challah-0.5.2 vendor/bundle/gems/factory_girl-2.6.1/spec/factory_girl/null_factory_spec.rb
factory_girl-2.6.4 spec/factory_girl/null_factory_spec.rb
factory_girl-2.6.3 spec/factory_girl/null_factory_spec.rb
factory_girl-2.6.2 spec/factory_girl/null_factory_spec.rb
challah-0.5.1 vendor/bundle/gems/factory_girl-2.6.1/spec/factory_girl/null_factory_spec.rb
factory_girl-2.6.1 spec/factory_girl/null_factory_spec.rb
challah-0.5.0 vendor/bundle/gems/factory_girl-2.5.1/spec/factory_girl/null_factory_spec.rb
factory_girl-2.6.0 spec/factory_girl/null_factory_spec.rb
factory_girl-2.5.2 spec/factory_girl/null_factory_spec.rb