Add failing acceptance spec for #59
This commit is contained in:
parent
3e46ed3c87
commit
21c998f7f1
1 changed files with 5 additions and 0 deletions
|
@ -56,6 +56,11 @@ describe 'Sanity check' do
|
||||||
`curl -s localhost:8080 --connect-timeout 2`
|
`curl -s localhost:8080 --connect-timeout 2`
|
||||||
expect($?.exitstatus).to_not eq 0
|
expect($?.exitstatus).to_not eq 0
|
||||||
end
|
end
|
||||||
|
|
||||||
|
it 'kills redir processes' do
|
||||||
|
processes = `pgrep redir`
|
||||||
|
expect($?.exitstatus).to_not eq 0
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
context '`vagrant destroy`' do
|
context '`vagrant destroy`' do
|
||||||
|
|
Loading…
Reference in a new issue