Skip to content

Commit 81c77d1

Browse files
committed
Update Guardfile: changing after_all_pass to all_after_pass
1 parent cc3a061 commit 81c77d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Guardfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ guard 'spork', :cucumber_env => { 'RAILS_ENV' => 'test' },
1515
watch(%r{features/support/}) { :cucumber }
1616
end
1717

18-
guard 'rspec', after_all_pass: false, cli: '--drb' do
18+
guard 'rspec', all_after_pass: false, cli: '--drb' do
1919
watch(%r{^spec/.+_spec\.rb$})
2020
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" }
2121
watch('spec/spec_helper.rb') { "spec" }

0 commit comments

Comments
 (0)