2013-09-26 17:14:40 +02:00

12 lines
344 B
Plaintext

Behaviour Driven Development for Ruby
# RSpec Expectations
rspec-expectations adds `should` and `should_not` to every object and includes
RSpec::Matchers, a library of standard matchers.
## Documentation
* [Cucumber features](http://relishapp.com/rspec/rspec-expectations)
* [RDoc](http://rubydoc.info/gems/rspec-expectations/2.4.0/frames)