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",
opts = {
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",
opts = {
ensure_installed = {
"ruby"
"ruby",
}
},
},