Fix nvimrc

This commit is contained in:
Rob Watson 2021-07-27 11:35:26 +02:00
parent 5a61ff5770
commit c2ecdee60d
1 changed files with 1 additions and 1 deletions

2
nvimrc
View File

@ -198,7 +198,7 @@ _G._build_test_cmd = function()
path = path:gsub("/app/", "/spec/"):gsub([[.rb$]], "_spec.rb")
end
return "zeus rspec --format=progress --no-profile " .. path
return "bundle exec rspec --format=progress --no-profile " .. path
elseif filetype == "go" then
return "go test " .. path:gsub("^(.*)/(.*go)$", "%1/...")
else