Sha256: 657ef82be405844847a8f24ce8678443a6f5c448d35af295c31926e7f1073dc0

Contents?: true

Size: 865 Bytes

Versions: 16

Compression:

Stored size: 865 Bytes

Contents

# RSpec Expectations

rspec-expectations adds `should` and `should_not` to every object and includes
Rspec::Matchers, a library of standard matchers.

rspec-expectations is currently in alpha release. While you are welcome to
track, fork, explore, etc, we're too early in the process to start fielding
pull requests and or issues from outside the core development team, so please
don't waste your time until this notice changes.

## Install

    [sudo] gem install rspec --prerelease

This will install rspec, rspec-core, rspec-expectations and rspec-mocks.


#### Also see

* [http://github.com/rspec/rspec](http://github.com/rspec/rspec)
* [http://github.com/rspec/rspec-core](http://github.com/rspec/rspec-core)
* [http://github.com/rspec/rspec-mocks](http://github.com/rspec/rspec-mocks)
* [http://github.com/rspec/rspec-dev](http://github.com/rspec/rspec-dev)

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
rspec-expectations-2.0.0.beta.8 README.markdown
rspec-expectations-2.0.0.beta.7 README.markdown
rspec-expectations-2.0.0.beta.6 README.markdown
rspec-expectations-2.0.0.beta.5 README.markdown
rspec-expectations-2.0.0.beta.4 README.markdown
rspec-expectations-2.0.0.beta.3 README.markdown
rspec-expectations-2.0.0.beta.2 README.markdown
rspec-expectations-2.0.0.beta.1 README.markdown
rspec-expectations-2.0.0.a10 README.markdown
rspec-expectations-2.0.0.a9 README.markdown
rspec-expectations-2.0.0.a8 README.markdown
rspec-expectations-2.0.0.a7 README.markdown
rspec-expectations-2.0.0.a6 README.markdown
rspec-expectations-2.0.0.a5 README.markdown
rspec-expectations-2.0.0.a4 README.markdown
rspec-expectations-2.0.0.a3 README.markdown