diff --git a/bind/tests/spec/bind_spec.rb b/bind/tests/spec/bind_spec.rb index 82115365..71803579 100644 --- a/bind/tests/spec/bind_spec.rb +++ b/bind/tests/spec/bind_spec.rb @@ -12,3 +12,7 @@ end describe port(53) do it { should be_listening } end + +describe command("ps auwx | grep bind") do + its(:stdout) { should include " -t /var/chroot-bind" } +end