From c2ecdee60daaee8c1efa2c2490485a53c66fa436 Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Tue, 27 Jul 2021 11:35:26 +0200 Subject: [PATCH] Fix nvimrc --- nvimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvimrc b/nvimrc index 3508b70..98202a7 100644 --- a/nvimrc +++ b/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