Skip to content

Commit

Permalink
words
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Jan 25, 2010
1 parent baeb478 commit 4958cc2
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions README.markdown
@@ -1,8 +1,23 @@
# RSpec Expectations

See README.markdown at [http://github.com/rspec/meta](http://github.com/rspec/meta)
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/core](http://github.com/rspec/core)
* [http://github.com/rspec/mocks](http://github.com/rspec/mocks)
* [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)

0 comments on commit 4958cc2

Please sign in to comment.