sporkmonger / uuidtools

A simple universally unique ID generation library.
http://uuidtools.rubyforge.org/
Apache License 2.0
425 stars 63 forks source link

Fix test wrt issue #12 #13

Closed Flameeyes closed 12 years ago

Flameeyes commented 12 years ago

It's very well possible that depending on the capabilities of the process (and user) running the specs, the MAC address is not available. In this case, do not fail tests, simply skip over those if the mac address is unset.

Solves issue #12.

sporkmonger commented 12 years ago

Thanks, but no, this would defeat the point of testing this method at all.