tags:

views:

60

answers:

2

Is there an API documentation for Rspec like the one for Rails?

+1  A: 

They have some documentation:
http://rspec.info/documentation/

It's not as good as Rails but it's a start.

Aillyn
+2  A: 

I'd recommend the RSpec Book. You can get a beta PDF version, as the actual book is not yet available at time of writing.

Granted, it covers BDD, Cucumber and others, but it's mainly about RSpec. The official site has poor documentation, saying that, there's not much to RSpec. What I do know is from that book, and quick blog posts however.

Finglas