Skip to content
Snippets Groups Projects
Commit cd3c6fc8 authored by Stan Hu's avatar Stan Hu
Browse files

Merge branch 'patch-72' into 'master'

Fixes typo in developer documentation

See merge request gitlab-org/gitlab-ce!30964
parents a85a233f 9710cc34
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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.
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment