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:
parent
b3509f81a7
commit
85c214d552
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ FactoryGirl.define do
|
|||
factory :profile_with_languages do
|
||||
# languages_count is declared as an ignored attribute and available in
|
||||
# attributes on the factory, as well as the callback via the evaluator
|
||||
ignore do
|
||||
transient do
|
||||
languages_count 5
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue