1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot.git synced 2022-11-09 11:43:51 -05:00
thoughtbot--factory_bot/spec/factory_bot/strategy/build_spec.rb

5 lines
242 B
Ruby

describe FactoryBot::Strategy::Build do
it_should_behave_like "strategy with association support", :create
it_should_behave_like "strategy with callbacks", :after_build
it_should_behave_like "strategy with strategy: :build", :build
end