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

request on new spec matcher - `must_be_read_after' #55

Open melezhik opened 11 years ago

melezhik commented 11 years ago

It'd be great to support this kind of matcher - access/read file:

it "reads this file" do
      file("/tmp/foo").must_be_read_after(run_status.start_time)
end