Sha256: 54fa672f2ef2878febc53eff6d751b067fc6e7712095219cd336b59bd5bdb5aa

Contents?: true

Size: 862 Bytes

Versions: 16

Compression:

Stored size: 862 Bytes

Contents

# Rspec Mocks

rspec-mocks provides a test-double framework for rspec including support
for method stubs, fakes, and message expectations.

rspec-mocks 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-expectations](http://github.com/rspec/rspec-expectations)
* [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-mocks-2.0.0.beta.8 README.markdown
rspec-mocks-2.0.0.beta.7 README.markdown
rspec-mocks-2.0.0.beta.6 README.markdown
rspec-mocks-2.0.0.beta.5 README.markdown
rspec-mocks-2.0.0.beta.4 README.markdown
rspec-mocks-2.0.0.beta.3 README.markdown
rspec-mocks-2.0.0.beta.2 README.markdown
rspec-mocks-2.0.0.beta.1 README.markdown
rspec-mocks-2.0.0.a10 README.markdown
rspec-mocks-2.0.0.a9 README.markdown
rspec-mocks-2.0.0.a8 README.markdown
rspec-mocks-2.0.0.a7 README.markdown
rspec-mocks-2.0.0.a6 README.markdown
rspec-mocks-2.0.0.a5 README.markdown
rspec-mocks-2.0.0.a4 README.markdown
rspec-mocks-2.0.0.a3 README.markdown