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

Remove spec helper, just skip environ test on mac #98

Closed djberg96 closed 3 years ago

djberg96 commented 3 years ago

It looks like whatever security Apple had in place regarding environ on spawned processes was backported to Catalina, rendering that spec moot. So, let's remove the spec_helper.rb for now since checking for Big Sur was its only purpose, and just skip the test.