Skip to content

Commit

Permalink
Fix guardfile for latest guard
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Dec 15, 2014
1 parent 8831b8c commit 0cf6332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Guardfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
guard(
"rspec",
all_after_pass: false,
cli: "--fail-fast --tty --format documentation --colour") do
cmd: "bundle exec rspec --fail-fast --tty --format documentation --colour") do

watch(%r{^spec/.+_spec\.rb$})
watch(%r{^lib/(.+)\.rb$}) { |match| "spec/#{match[1]}_spec.rb" }
Expand Down

0 comments on commit 0cf6332

Please sign in to comment.