Sha256: aa8f08e69ccc80d2317e8dd086ea26582d3976301d8ea534ae8bea9bb55333be
Contents?: true
Size: 461 Bytes
Versions: 57
Compression:
Stored size: 461 Bytes
Contents
require 'spec_helper' describe FactoryGirl::Strategy::Create do it_should_behave_like "strategy with association support", FactoryGirl::Strategy::Create it_should_behave_like "strategy with callbacks", :after_build, :after_create it "runs a custom create block" do block_run = false block = lambda {|instance| block_run = true } subject.result(stub("assigner", object: stub("result instance")), block) block_run.should be_true end end
Version data entries
57 entries across 57 versions & 4 rubygems