f0a889f6c8
The aim of BDD is to address the shortcomings of Test Driven Development and, by using terminology focused on the behavioural aspects of the system rather than testing, attempt to help direct developers towards a focus on the real value to be found in TDD at its most successful, or BDD as we call it. WWW: http://rspec.rubyforge.org/ PR: ports/107625 Submitted by: Roman Shterenzon <romanbsd at yahoo.com>
8 lines
417 B
Text
8 lines
417 B
Text
RSpec is a framework for practicing Behaviour Driven Development (BDD) in Ruby.
|
|
|
|
The aim of BDD is to address the shortcomings of Test Driven Development and,
|
|
by using terminology focused on the behavioural aspects of the system rather
|
|
than testing, attempt to help direct developers towards a focus on the real
|
|
value to be found in TDD at its most successful, or BDD as we call it.
|
|
|
|
WWW: http://rspec.rubyforge.org/
|