mirror of
https://github.com/neovim/neovim.git
synced 2026-01-17 18:48:24 +10: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()`).