The Cucumber behavior-driven development framework is appreciated by developers from many languages. It makes it easy to write plain-text stories that run executable Ruby code against your application.
In this hour and ten minute screencast, you’ll learn the basics of Cucumber. You’ll learn the syntax, organization, and philosophy of writing Features, Scenarios, and Steps. You’ll build an application and learn where unit tests are a better fit.
The PeepCode series on RSpec kicked off ou...
View More
Watch us pair program, doing outside-in behavior driven development using Cucumber and RSpec, as we add logic to prevent fetching duplicate search results from Google Blog search.
Pickle adds many convenient Cucumber steps for generating models. Also learn about table diffs in this episode.
Watch us pair program, doing outside-in behavior driven development using Cucumber and RSpec, as we add pagination with will_paginate to the search results we fetched from Twitter.
SearchResults fetched from Twitter in episode 8 are displayed on the Dashboard.
Searching Twitter from Rails. Learn how to write specs for using extenal APIs.
n this talk from FutureRuby, Joseph Wilk gives an introduction to the BDD framework Cucumber and gives valuable tips for getting it adopted and used by customers and developers.
In this episode we add the ability to remove Search terms from a Brand.
In this episode we start adding the 'searches' relationship to Brand.
Finishing out the remaining RESTful actions – edit, update and destroy – for the Brand resource.