Commit eb377b85 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'docs-update-rspec-set-usage' into 'master'

Add doc when rspec-set won't work

See merge request gitlab-org/gitlab-ce!27050
parents 942ce36a 84ec1113
......@@ -216,8 +216,10 @@ project, one project will do for the entire file. This can be achieved by using
reloads or recreates the model, _only_ if needed. That is, when you changed
properties or destroyed the object.
There is one gotcha; you can't reference a model defined in a `let` block in a
`set` block.
Note that you can't reference a model defined in a `let` block in a `set` block.
Also, `set` is not supported in `:js` specs since those don't use transactions
to clean up database state after each example.
### Time-sensitive tests
......
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