mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
5 lines
242 B
Ruby
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
|