diff --git a/spec/acceptance/sanity_check_spec.rb b/spec/acceptance/sanity_check_spec.rb index 296ee55..f4b240f 100644 --- a/spec/acceptance/sanity_check_spec.rb +++ b/spec/acceptance/sanity_check_spec.rb @@ -56,6 +56,11 @@ describe 'Sanity check' do `curl -s localhost:8080 --connect-timeout 2` expect($?.exitstatus).to_not eq 0 end + + it 'kills redir processes' do + processes = `pgrep redir` + expect($?.exitstatus).to_not eq 0 + end end context '`vagrant destroy`' do