djberg96 / sys-proctable

A cross-platform Ruby interface for gathering process information on your operating system
Apache License 2.0
150 stars 33 forks source link

Spec cleanup #100

Closed djberg96 closed 2 years ago

djberg96 commented 2 years ago

This is step 1 towards using shared examples, and in the process I realized that the common specs were actually being loaded and run twice, oops. So, this not only ends that, it also does some minor updates to use explicit RSpec at the toplevel, and some comment updates.