Displaying 3 results from an estimated 3 matches for "hamcrest".
Did you mean:
baycrest
2007 Jun 08
4
Mocha 0.5 released
* Hamcrest-style parameter matchers
* Values returned and exceptions raised on consecutive invocations
* Yields on consecutive invocations
* Multiple yields on single invocation
* Invocation dispatch fixed
* Deprecated returning result of a Proc
--
James.
http://blog.floehopper.org
2009 Apr 22
15
Why RSpec?
I like Shoulda. Sometimes I like plain old Test::Unit. Cucumber
gives me a different thought process.
I''d just like to hear some thoughts on why RSpec? What does it buy me
that I can''t get with Shoulda? I just can''t seem to think in RSpec.
Where is there a good example of RSpec tests that will help me grasp
the right path?
Thanks!
--
Amos King
2007 Mar 12
10
using mocha with rspec
Hi folks.
I''ve just started using rspec and I have to say it''s very nice. The
thing is, I prefer mocha''s mocking dialect. So I thought a simple
require ''mocha'' would set me up.
Unfortunately, rspec does all its goodness using do/end blocks in
anonymous classes, so it wasn''t quite that obvious.
Anyway, here is the incantation I ended up