Klaus Ramelow wrote: > David Chelimsky schrieb: >> Dear spec'ers, >> deprecated methods. >> (see below). >> be going and what you should use instead. >> >> > I would prefere instead (as logical expressions): equal / not_equal > so: > actual should not_equal(expected) By grouping the not with the should, you are able to negate arbitrary expectations. If the not goes with the expectation, then each expectation must provide its own negative (e.g. equal/not_equal, match/not_match). -- Jim Weirich -- Posted via http://www.ruby-forum.com/.