Commit cd3c6fc8 authored by Stan Hu's avatar Stan Hu

Merge branch 'patch-72' into 'master'

Fixes typo in developer documentation

See merge request gitlab-org/gitlab-ce!30964
parents a85a233f 9710cc34
...@@ -53,7 +53,7 @@ When run, this spec doesn't do what we might expect: ...@@ -53,7 +53,7 @@ When run, this spec doesn't do what we might expect:
(compared using ==) (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 Please remember that sequence-generated values exist only to avoid having to
explicitly set attributes that have a uniqueness constraint when using a factory. explicitly set attributes that have a uniqueness constraint when using a factory.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment