Merge from vendor branch TNF:
[pkgsrcv2.git] / devel / ruby-rspec / DESCR
1 Behaviour Driven Development for Ruby
2
3 # RSpec Core
4
5 rspec-2.x is a meta-gem, which depends on the rspec-core, rspec-expectations
6 and rspec-mocks gems. Each of these can be installed separately and actived in
7 isolation with the `gem` command. Among other benefits, this allows you to use
8 rspec-expectations, for example, in Test::Unit::TestCase if you happen to
9 prefer that style.
10
11 Conversely, if you like RSpec's approach to declaring example groups and
12 examples (`describe` and `it`) but prefer Test::Unit assertions and mocha, rr
13 or flexmock for mocking, you'll be able to do that without having to load the
14 components of rspec that you're not using.
15
16 ## Documentation
17
18 * [Cucumber features](http://relishapp.com/rspec/rspec-core)
19 * [RDoc](http://rubydoc.info/gems/rspec-core/2.4.0/frames)