Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the best way for a rails noob to learn rspec? [closed]

I've been reading as many tutorials and watching all kinds of videos on learning rspec... I've perused the rails guides on testing and the rspec docs too. Don't feel like its clicked yet and I'm just roaming in the dark.

Does anyone have some recommendations for a good overview of rspec and testing rails apps?

like image 668
Joe Saunders Avatar asked Dec 26 '12 10:12

Joe Saunders


1 Answers

Just start writing specs and you will feel the power. Also I recommend a nice guide http://betterspecs.org/ and Rspec book

like image 61
VadimAlekseev Avatar answered Sep 19 '22 21:09

VadimAlekseev