Remove deprecated guard-cucumber arguments

This commit is contained in:
Dennis Schubert 2016-06-19 06:11:56 +02:00 committed by Jonne Haß
parent e0f31fb350
commit 2b1942a9b3
No known key found for this signature in database
GPG key ID: F347E0EB47AC70D6

View file

@ -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$/)