38ccf0d5c1
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
306 B
Text
6 lines
306 B
Text
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
|