From: Yossef Mendelssohn Date: 2008-11-19T01:29:53+09:00 Subject: Re: I don't like specs, should I change my point of view ? On Nov 18, 9:14 am, Brian Candler wrote: > I also find it much clearer to write > >     assert_equal "foo", @bar    # required value, actual value > > rather than whatever_the.rspec.equivalent_is? @bar.should == "foo" Which I find tons clearer because you're operating on the actual value and comparing it to the expected. -- -yossef