Remove deprecated Lua tbl_flatten
This commit is contained in:
@@ -7,6 +7,7 @@ return {
|
||||
'nvim-treesitter/nvim-treesitter',
|
||||
'olimorris/neotest-rspec',
|
||||
},
|
||||
lazy = true,
|
||||
config = function()
|
||||
local neotest = require('neotest')
|
||||
local rspec = require('neotest-rspec')
|
||||
@@ -18,9 +19,7 @@ return {
|
||||
|
||||
rspec({
|
||||
rspec_cmd = function()
|
||||
return vim.tbl_flatten({
|
||||
'bin/rspec',
|
||||
})
|
||||
return 'bin/rspec'
|
||||
end
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user