Add failing acceptance spec for #59

This commit is contained in:
Fabio Rehm 2013-04-23 07:54:55 -03:00
parent 3e46ed3c87
commit 21c998f7f1

View file

@ -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