I’ve compiled articles that were helpful references when learning Ruby’s testing framework “RSpec”.
・Rubyist Magazine - S is for Spec [Part 1] RSpec Overview and RSpec on Rails (Model Edition)
・Rubyist Magazine - S is for Spec [Part 2] RSpec on Rails (Controller and View Edition)
・Rubyist Magazine - Learning RSpec Again
・How to Write Unit Tests with RSpec - tech.recompile.net
・Twiwt:Blog / jugyo : Smooth RSpec on Rails3 with spork
・Testing Rails with RSpec Test. | Ginpen.com
・Summary of Writing Test Code with RSpec - (゚∀゚)o彡 sasata299’s blog
・How I Write Tests with RSpec - Blog Aiming for Agile SE
・Notes on Testing Views with RSpec - MothProg’s Backend
・aRailsDemo | #37 RSpec - Views Part 1
・ASCIIcasts - “Episode 257 - request spec and Capybara”
Usage examples of contain, have_selector, have_xpath, etc.
・Things I Didn’t Know from the Recent Popular RSpec Presentation - takihiro’s Diary
Testing with Devise
・How To: Controllers and Views tests with Rails 3 (and rspec) · plataformatec/devise Wiki
That’s all from the Gemba, for now.