Remove deprecated guard-cucumber arguments
This commit is contained in:
parent
e0f31fb350
commit
2b1942a9b3
1 changed files with 1 additions and 2 deletions
|
|
@ -22,8 +22,7 @@ guard :rspec, cmd: "bin/spring rspec", all_on_start: false, all_after_pass: fals
|
||||||
end
|
end
|
||||||
|
|
||||||
guard(:cucumber,
|
guard(:cucumber,
|
||||||
command_prefix: "bin/spring",
|
cmd: "bin/spring cucumber",
|
||||||
bundler: false,
|
|
||||||
all_on_start: false,
|
all_on_start: false,
|
||||||
all_after_pass: false) do
|
all_after_pass: false) do
|
||||||
watch(/^features\/.+\.feature$/)
|
watch(/^features\/.+\.feature$/)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue