Commit 7f6f4096 authored by Peter Leitzen's avatar Peter Leitzen

Merge branch 'suggest_zero_monkey_patching_in_testing' into 'master'

Suggest to use RSpec.describe instead of describe

See merge request gitlab-org/gitlab!33695
parents 5822b14a a8325c42
......@@ -66,7 +66,7 @@ FDOC=1 bin/rspec spec/[path]/[to]/[spec].rb
### General guidelines
- Use a single, top-level `describe ClassName` block.
- Use a single, top-level `RSpec.describe ClassName` block.
- Use `.method` to describe class methods and `#method` to describe instance
methods.
- Use `context` to test branching logic.
......
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