move test.lua

This commit is contained in:
Ralph Azucena 2024-04-08 22:35:14 -07:00
parent b3f2f9cf1a
commit 67d76806f6
2 changed files with 18 additions and 7 deletions

View file

@ -0,0 +1,18 @@
return {
{ "olimorris/neotest-rspec" },
{
"nvim-neotest/neotest",
opts = {
adapters = {
"neotest-rspec"
}
},
dependencies = {
"nvim-treesitter/nvim-treesitter",
"olimorris/neotest-rspec",
},
-- config = function(_, opts)
-- require("neotest").setup(opts)
-- end
},
}

View file

@ -1,7 +0,0 @@
return {
{ "olimorris/neotest-rspec" },
{
"nvim-neotest/neotest",
opts = { adapters = { "olimorris/neotest-rspec" } },
},
}