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