From f7914bc33cac960ea71793463966695b6e10a5ef Mon Sep 17 00:00:00 2001 From: Cameron Date: Sun, 21 Jul 2024 21:58:15 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5576531e..ac606bc0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,3 @@ -> [!IMPORTANT] -> Until neovim 0.10 is released, please base any changes on the `nightly` branch. - # Contributing Contributions of all kinds are very welcome. If you are planning to implement a larger feature please open an issue @@ -77,7 +74,7 @@ rather than: ### Testing -Neogit is tested using [`Plenary`](https://github.com/nvim-lua/plenary.nvim#plenarytest_harness). +Neogit is tested using [`Plenary`](https://github.com/nvim-lua/plenary.nvim#plenarytest_harness) for unit tests, and `rspec` (yes, ruby) for e2e tests. It uses a *Busted* style testing, where each lua file inside [`./tests/specs/{test_name}_spec.lua`] is run.