Merge from vendor branch TNF:
authortaca <taca>
Sat, 18 Jun 2011 03:19:42 +0000 (03:19 +0000)
committertaca <taca>
Sat, 18 Jun 2011 03:19:42 +0000 (03:19 +0000)
commit3605c2b4c1e8e8cab01a84a2d7354d1f4567da85
tree73fb1d0e5bb96ffe29cc01747279b87ee2d3c8d6
parent0eb0633bf5365f04b0b4ae1beeb46d31ba0ef0a2
parente6408412e355dd2ea2da8ff5ff9543bd95fcfead
Merge from vendor branch TNF:
Importing ruby-rspec-rails version 1.3.2 as devel/ruby-rspec-rails1.
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