Rspec sample specs for learning purpose
I开发者_如何学C am trying to learn behavior driven development with rails and I need some references like searhable api for rspec and some example code. Anyone can direct me to some online resources?
Here are a few to start with:
rspec documentation
a list of resources
Official documentation (written as Cucumber features): http://relishapp.com/rspec
精彩评论