Apply Behavior Driven Development to Ruby on Rails with Rspec
Applying the Behavior Driven Development (BDD) methodology with a Ruby-based BDD framework allows you to write system requirements in a Ruby format first and then write Ruby code for the particular features of those requirements. Because the Ruby format is similar to plain English, business analysts and the people gathering the requirements can participate in the development process.
A few different Ruby-based BDD frameworks are available. RSpec, Cucumber, and Shoulda are the most popular. Find out how RSpec works by using the use case of an employee information manager.
Read the full story at Web Developer's Virtual Library:
Apply Behavior Driven Development to Ruby on Rails with Rspec
0 Comments (click to add your comment)
