guard / rb-inotify

A thorough inotify wrapper for Ruby using FFI.
MIT License
312 stars 64 forks source link

Add some initial tests of the Notifier API #76

Closed matthewd closed 7 years ago

matthewd commented 7 years ago

This exercises a collection of the most common API methods, though currently makes no attempt to cover the different watch flags.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+26.3%) to 87.302% when pulling c4e1208879972321d727d8cbf0aa717d2ce9db5c on matthewd:add-specs into 08364bc6f6e7e082da83379c80e4410e440d00b4 on guard:master.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+11.3%) to 72.321% when pulling fc82cb670b054823c0b0d0b07f78b4891c8ac38e on matthewd:add-specs into 08364bc6f6e7e082da83379c80e4410e440d00b4 on guard:master.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+11.3%) to 72.321% when pulling fc82cb670b054823c0b0d0b07f78b4891c8ac38e on matthewd:add-specs into 08364bc6f6e7e082da83379c80e4410e440d00b4 on guard:master.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+11.3%) to 72.321% when pulling fc82cb670b054823c0b0d0b07f78b4891c8ac38e on matthewd:add-specs into 08364bc6f6e7e082da83379c80e4410e440d00b4 on guard:master.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+26.3%) to 87.302% when pulling fc82cb670b054823c0b0d0b07f78b4891c8ac38e on matthewd:add-specs into 08364bc6f6e7e082da83379c80e4410e440d00b4 on guard:master.

junaruga commented 7 years ago

@ioquatix how about this?

ioquatix commented 7 years ago

Yes, lets do it!!