Skip to content

Commit

Permalink
links to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Oct 23, 2010
1 parent bf16b2b commit 3642020
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
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/v/2-0)
* [RDoc](http://rubydoc.info/gems/rspec-expectations/2.0.1/frames)

## Install

gem install rspec # for rspec-core, rspec-expectations, rspec-mocks
gem install rspec-expecctations # for rspec-core only

## Matchers

Matchers are objects used to compose expectations:
Expand Down

0 comments on commit 3642020

Please sign in to comment.