Sha256: 6ecb317b60c67720233fc210c500ac3e7b8d0229bff7c77cdc524304063e11d8

Contents?: true

Size: 703 Bytes

Versions: 19

Compression:

Stored size: 703 Bytes

Contents

# RSpec Expectations

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

## Matchers

Matchers are objects used to compose expectations:

    result.should eq("this value")

In that example, `eq("this value")` returns a `Matcher` object that
compares the actual `result` to the expected `"this value"`.

## Contribute

See [http://github.com/rspec/rspec-dev](http://github.com/rspec/rspec-dev)

## 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)

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
rspec-expectations-2.0.1 README.markdown
gemrage-1.0.0 vendor/ruby/1.8/gems/rspec-expectations-2.0.0/README.markdown
gemrage-0.4.1 vendor/ruby/1.8/gems/rspec-expectations-2.0.0/README.markdown
gemrage-0.4.0 vendor/ruby/1.8/gems/rspec-expectations-2.0.0/README.markdown
gemrage-0.3.2 vendor/ruby/1.8/gems/rspec-expectations-2.0.0/README.markdown
gemrage-0.3.1 vendor/ruby/1.8/gems/rspec-expectations-2.0.0/README.markdown
gemrage-0.3.0 vendor/ruby/1.8/gems/rspec-expectations-2.0.0/README.markdown
gemrage-0.2.0 vendor/ruby/1.8/gems/rspec-expectations-2.0.0/README.markdown
gemrage-0.1.2 vendor/ruby/1.8/gems/rspec-expectations-2.0.0/README.markdown
gemrage-0.1.1 vendor/ruby/1.8/gems/rspec-expectations-2.0.0/README.markdown
gemrage-0.1.0 vendor/ruby/1.8/gems/rspec-expectations-2.0.0/README.markdown
gemrage-0.0.0 vendor/ruby/1.8/gems/rspec-expectations-2.0.0/README.markdown
rspec-expectations-2.0.0 README.markdown
rspec-expectations-2.0.0.rc README.markdown
rspec-expectations-2.0.0.beta.22 README.markdown
rspec-expectations-2.0.0.beta.20 README.markdown
rspec-expectations-2.0.0.beta.19 README.markdown
rspec-expectations-2.0.0.beta.18 README.markdown
rspec-expectations-2.0.0.beta.17 README.markdown