This is only works with Ruby on Rails 2. RSpec is a Behaviour Driven Development framework for Ruby. It provides two frameworks for writing and executing examples of how your Ruby application should behave: * a Story Framework for describing behaviour at the application level * a Spec Framework for describing behaviour at the object level
6 lines
209 B
Text
6 lines
209 B
Text
Behaviour Driven Development for Ruby on Rails.
|
|
|
|
rspec-rails is an RSpec extension that allows you to drive the development of
|
|
Ruby on Rails applications with RSpec.
|
|
|
|
This version is only for Ruby on Rails 2.
|