chef-boneyard / minitest-chef-handler

Run minitest suites after your Chef recipes to check the status of your system.
Other
163 stars 44 forks source link

proposal on adding socket match #60

Open melezhik opened 11 years ago

melezhik commented 11 years ago
  socket("/tmp/my.socket").must_exist
  socket("/tmp/my.socket").must_have(:owner,'app')