views:

347

answers:

1

I'm using rspec and cucumber for BBD. Now I'm migrating to rails 3 and rspec 2 and as I could see both of frameworks (shoulda and remarkable) support rails 3 and rspec 2.

I have never used shoulda or remarkable.

What should I prefer to use with rspec: shoulda or remarkable? And why?

+3  A: 

I think i would go for remarkable, since it is created especially for Rspec. Also it is extremely complete. Whereas Shoulda was created to get the rspec-style matchers inside Test::Unit.

Just my quick 2 cents.

nathanvda