mirror of
https://github.com/neovim/neovim.git
synced 2025-12-10 00:22:41 +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()`).