mirror of
https://github.com/neovim/neovim.git
synced 2026-01-24 13:50:34 +00:00
This will avoid confusion if additional `it()` blocks are added. (`setup()` only runs once per `describe()` block, whereas `before_each()` runs before each `it()`).