Fix nvimrc
This commit is contained in:
parent
5a61ff5770
commit
c2ecdee60d
2
nvimrc
2
nvimrc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue