This post originated from an RSS feed registered with Ruby Buzz
by Peter Williams.
Original Post: Cucumber
Feed Title: Peter Williams' Weblog
Feed URL: http://barelyenough.org/blog/tag/ruby/feed/
Feed Description: Random thoughs about software development, and anything else I find interesting.
I have been working pretty extensively with Cucumber for the last couple of weeks. In short, it is killer. You should be using it.
Having just RSpec/unit tests results in a lot of ugly trade offs between verifying the design and implementation of the parts (or units) vs the system as a whole. Using Cucumber completely [...]