Sha256: 3e7f6e31b5de824e0d5412931c8b7adb5eb99a348c3f471dbfd9852b66e963c0

Contents?: true

Size: 1.44 KB

Versions: 27

Compression:

Stored size: 1.44 KB

Contents

# RSpec

Behaviour Driven Development for Ruby

# Description

rspec is a meta-gem, which depends on the rspec-core, rspec-expectations
and rspec-mocks gems. Each of these can be installed separately and actived in
isolation with the `gem` command. Among other benefits, this allows you to use
rspec-expectations, for example, in Test::Unit::TestCase if you happen to
prefer that style.

Conversely, if you like RSpec's approach to declaring example groups and
examples (`describe` and `it`) but prefer Test::Unit assertions and mocha, rr
or flexmock for mocking, you'll be able to do that without having to load the
components of rspec that you're not using.

## Documentation

### rspec-core

* [Cucumber features](http://relishapp.com/rspec/rspec-core)
* [RDoc](http://rubydoc.info/gems/rspec-core/frames)

### rspec-expectations

* [Cucumber features](http://relishapp.com/rspec/rspec-expectations)
* [RDoc](http://rubydoc.info/gems/rspec-expectations/frames)

### rspec-mocks

* [Cucumber features](http://relishapp.com/rspec/rspec-mocks)
* [RDoc](http://rubydoc.info/gems/rspec-mocks/frames)

## Install

    gem install rspec

## Contribute

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

## Also see

* [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-mocks](http://github.com/rspec/rspec-mocks)

Version data entries

27 entries across 26 versions & 8 rubygems

Version Path
opal-rspec-0.8.0 rspec/upstream/README.md
opal-rspec-0.8.0.alpha3 rspec/upstream/README.md
opal-rspec-0.8.0.alpha2 rspec/upstream/README.md
opal-rspec-0.8.0.alpha1 rspec/upstream/README.md
opal-rspec-0.7.1 rspec/upstream/README.md
opal-rspec-0.7.0 rspec/upstream/README.md
opal-rspec-0.7.0.rc.2 rspec/upstream/README.md
slimkeyfy-0.1.0 vendor/bundle/gems/rspec-3.0.0/README.md
able-neo4j-1.0.0 vendor/bundle/jruby/1.9/gems/rspec-3.1.0/README.md
logstash-input-beats-2.0.2 vendor/jruby/1.9/gems/logstash-codec-json-2.0.3/vendor/gems/rspec-3.1.0/README.md
logstash-input-beats-2.0.2 vendor/jruby/1.9/gems/rspec-3.1.0/README.md
logstash-codec-json-2.0.3 vendor/gems/rspec-3.1.0/README.md
suzuko-0.1.8 vendor/bundle/ruby/2.0.0/gems/rspec-3.2.0/README.md
suzuko-0.1.7 vendor/bundle/ruby/2.0.0/gems/rspec-3.2.0/README.md
logstash-input-beats-0.9.2 vendor/jruby/1.9/gems/rspec-3.1.0/README.md
logstash-input-beats-0.9.1 vendor/jruby/1.9/gems/rspec-3.1.0/README.md
slimkeyfy-0.0.4 vendor/bundle/gems/rspec-3.0.0/README.md
slimkeyfy-0.0.3 vendor/bundle/gems/rspec-3.0.0/README.md
rspec-3.2.0 README.md
rspec-3.1.0 README.md