jaredjennings / puppet-cmits-sudo

The sudo module from CMITS, originally https://github.com/afseo/cmits
Apache License 2.0
0 stars 0 forks source link

`test/unit` removed from Ruby stdlib; work around #1

Closed jaredjennings closed 8 years ago

jaredjennings commented 8 years ago

There is a unit test in here. Remember those, from the 2000s? It worked fine, until test/unit was removed from Ruby ... eh, 2.2, maybe. https://bugs.ruby-lang.org/issues/9711. Now we need to either depend on the test-unit gem, or turn it into a spec test.

jaredjennings commented 8 years ago

So far we just depend on the test-unit gem, as of 1ce7c8460b76a479f0b6658c3751c26c46499305. It works fine, even on Travis.