DEV Community

Discussion on: How to minimize RSpec `describe`/`context` nesting

Collapse
 
hanachin profile image
Seiei Miyagi

I don't necessarily think it's as bad as your colleagues do

Thanks👍

We try rubocop-rspec with following setting at new project.
rubocop-rspec.readthedocs.io/en/la...

# .rubocop.yml
RSpec/NestedGroups:
  Max: 2

The specs became so Ghekin-ish 🤣