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

Update GETTING_STARTED.md

Update Readme to fit new version
This commit is contained in:
Adam Żaczek 2016-03-31 23:03:38 +02:00 committed by Joshua Clayton
parent b3509f81a7
commit 85c214d552

View file

@ -377,7 +377,7 @@ FactoryGirl.define do
factory :profile_with_languages do factory :profile_with_languages do
# languages_count is declared as an ignored attribute and available in # languages_count is declared as an ignored attribute and available in
# attributes on the factory, as well as the callback via the evaluator # attributes on the factory, as well as the callback via the evaluator
ignore do transient do
languages_count 5 languages_count 5
end end