Merge from vendor branch TNF:
[pkgsrcv2.git] / devel / ruby-rspec / DESCR
1 RSpec is a Behaviour Driven Development framework for Ruby.  It provides
2 two frameworks for writing and executing examples of how your Ruby
3 application should behave:
4
5   * a Story Framework for describing behaviour at the application level
6   * a Spec Framework for describing behaviour at the object level