Something's not working right with the load of the native crypt library on FreeBSD. The following specs fail as a result.
String#crypt returns a cryptographic hash of self by applying the UNIX crypt algorithm with the specified salt
String#crypt calls #to_str to converts the salt arg to a String
String#crypt doesn't return subclass instances
Something's not working right with the load of the native
cryptlibrary on FreeBSD. The following specs fail as a result.