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_girl/strategy/build_spec.rb

8 lines
310 B
Ruby
Raw Normal View History

2012-02-08 10:17:57 -05:00
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
2012-03-09 17:20:38 -05:00
it_should_behave_like "strategy with strategy: :build", FactoryGirl::Strategy::Build
2012-02-08 10:17:57 -05:00
end