mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
7 lines
310 B
Ruby
7 lines
310 B
Ruby
require "spec_helper"
|
|
|
|
describe FactoryGirl::Strategy::Build do
|
|
it_should_behave_like "strategy with association support", FactoryGirl::Strategy::Create
|
|
it_should_behave_like "strategy with callbacks", :after_build
|
|
it_should_behave_like "strategy with strategy: :build", FactoryGirl::Strategy::Build
|
|
end
|