test for ruby

This commit is contained in:
Ralph Azucena 2024-04-08 22:53:59 -07:00
parent a6b7c52efb
commit 442a8cb199
2 changed files with 2 additions and 9 deletions

View file

@ -4,15 +4,8 @@ return {
"nvim-neotest/neotest", "nvim-neotest/neotest",
opts = { opts = {
adapters = { adapters = {
"neotest-rspec" ["neotest-rspec"] = {}
} }
}, },
dependencies = {
"nvim-treesitter/nvim-treesitter",
"olimorris/neotest-rspec",
},
-- config = function(_, opts)
-- require("neotest").setup(opts)
-- end
}, },
} }

View file

@ -3,7 +3,7 @@ return {
"nvim-treesitter/nvim-treesitter", "nvim-treesitter/nvim-treesitter",
opts = { opts = {
ensure_installed = { ensure_installed = {
"ruby" "ruby",
} }
}, },
}, },