Is there a common test suite for checking if a Ruby class is ‘well-behaved’? e.g. respond_to works, equal objects produce same hash, etc
Comments
Is there a common test suite for checking if a Ruby class is ‘well-behaved’? e.g. respond_to works, equal objects produce same hash, etc