From 2b1942a9b31037d596bba97780bf7d4f2c9091aa Mon Sep 17 00:00:00 2001 From: Dennis Schubert Date: Sun, 19 Jun 2016 06:11:56 +0200 Subject: [PATCH] Remove deprecated guard-cucumber arguments --- Guardfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Guardfile b/Guardfile index df294bb7f..a06f2dc33 100644 --- a/Guardfile +++ b/Guardfile @@ -22,8 +22,7 @@ guard :rspec, cmd: "bin/spring rspec", all_on_start: false, all_after_pass: fals end guard(:cucumber, - command_prefix: "bin/spring", - bundler: false, + cmd: "bin/spring cucumber", all_on_start: false, all_after_pass: false) do watch(/^features\/.+\.feature$/)