From: itsme213 Date: 2004-11-15T14:08:20+09:00 Subject: test/unit : some more assertions ? Would it make sense to add some more set-liks assertions to test/unit? I find I commonly need things like: set1.is_superset_of? set2 set1.is_subset?_of? set2 set.any? block set.all? block set.one? block Would these be useful to add to test/unit as standard assertions (for better error messages)? Thanks