Fixes typo in developer gotcha documentation

This commit is contained in:
Jeremy Jackson 2019-07-19 20:27:05 +00:00
parent eb3f465e75
commit 9710cc34b1
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ When run, this spec doesn't do what we might expect:
(compared using ==)
```
That's because FactoryBot sequences are not reseted for each example.
This is because FactoryBot sequences are not reset for each example.
Please remember that sequence-generated values exist only to avoid having to
explicitly set attributes that have a uniqueness constraint when using a factory.