mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Update GETTING_STARTED.md (#1389)
Add closing bracket after link to 'Dependent Attributes' section, in the 'With other attributes' section.
This commit is contained in:
parent
975fc4ff29
commit
ae2fce1874
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ Transient Attributes
|
|||
|
||||
There may be times where your code can be DRYed up by passing in transient
|
||||
attributes to factories. You can access transient attributes within other
|
||||
attributes (see [Dependent Attributes](#dependent-attributes):
|
||||
attributes (see [Dependent Attributes](#dependent-attributes)):
|
||||
|
||||
```ruby
|
||||
factory :user do
|
||||
|
|
Loading…
Reference in a new issue