Latest Screencasts (page 4)
RailsCasts #157 RSpec Matchers & Macros
Railscasts - 2009-04-13 - free
You can improve the readability and remove duplication in RSpec by adding matchers and macros. Learn how in this episode.
Watch this screencastRailsCasts #155 Beginning with Cucumber
Railscasts - 2009-03-30 - free
Cucumber is a high-level testing framework. In this episode we will create a new Rails application from scratch using behavior driven development.
Watch this screencastRSpec Basics
Peepcode - 2008-12-09 - paid
Many prominent Rails developers have jumped on the BDD bandwagon, and with good reason! It’s a great workflow and values clarity, small steps, database-independence, and self-documenting code. If Test::Unit doesn’t make sense to you, or if you want to write better code, this is the place to start. This 55...
Watch this screencastRSpec Controllers and Tools
Peepcode - 2008-06-11 - paid
Part III of the popular RSpec series! (Part I and II are also available). This 69 minute screencasts shows how to write behavior examples for Rails Controllers, Views, and Helpers. It finishes the application started at the beginning of this series. It also talks about shared behaviors, writing specs for...
Watch this screencastRSpec User Stories
Peepcode - 2008-01-10 - paid
By Geoffrey Grosenbach. Technical consultation from RSpec committer David Chelimsky. RSpec 1.1 introduces a new feature…user stories. You can now write plain-text stories that fit into the XP style of development. You can use stories written by customers to execute code against your application, or you may choose to use...
Watch this screencastRailsCasts #71 Testing Controllers with RSpec
Railscasts - 2007-09-17 - free
Controllers are tricky to test, and there's no perfect way to do it. In this episode you will see how I test controllers, and my reasoning behind it.
Watch this screencast