Sha256: 584a995cf8d428ad868fe96fd6db1de8c322ef936db58ba185175f5f0bfb19f9

Contents?: true

Size: 1.29 KB

Versions: 20

Compression:

Stored size: 1.29 KB

Contents

# RSpec::Support

`RSpec::Support` provides common functionality to `RSpec::Core`,
`RSpec::Expectations` and `RSpec::Mocks`. It is considered
suitable for internal use only at this time.

## Installation / Usage

Install one or more of the `RSpec` gems.

Want to run against the `master` branch? You'll need to include the dependent
RSpec repos as well. Add the following to your `Gemfile`:

```ruby
%w[rspec-core rspec-expectations rspec-mocks rspec-support].each do |lib|
  gem lib, :git => "git://github.com/rspec/#{lib}.git", :branch => 'master'
end
```

## Contributing

Once you've set up the environment, you'll need to cd into the working
directory of whichever repo you want to work in. From there you can run the
specs and cucumber features, and make patches.

NOTE: You do not need to use rspec-dev to work on a specific RSpec repo. You
can treat each RSpec repo as an independent project.

- [Build details](BUILD_DETAIL.md)
- [Code of Conduct](CODE_OF_CONDUCT.md)
- [Detailed contributing guide](CONTRIBUTING.md)
- [Development setup guide](DEVELOPMENT.md)

## Patches

Please submit a pull request or a github issue to one of the issue trackers
listed below. If you submit an issue, please include a link to either of:

* a gist (or equivalent) of the patch
* a branch or commit in your github fork of the repo

Version data entries

20 entries across 19 versions & 7 rubygems

Version Path
cvss-suite-1.0.8 vendor/cache/ruby/2.2.0/gems/rspec-support-3.4.0/README.md
tdiary-5.0.1 vendor/bundle/gems/rspec-support-3.4.1/README.md
cvss-suite-1.0.7 vendor/cache/ruby/2.2.0/gems/rspec-support-3.4.0/README.md
guesswhat-1.1.0 vendor/bundle/gems/rspec-support-3.4.1/README.md
guesswhat-1.0.1 vendor/bundle/gems/rspec-support-3.4.1/README.md
guesswhat-1.0.0 vendor/bundle/gems/rspec-support-3.4.1/README.md
guesswhat-0.1.0 vendor/bundle/gems/rspec-support-3.4.1/README.md
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/rspec-support-3.4.1/README.md
cvss-suite-1.0.6 vendor/cache/ruby/2.2.0/gems/rspec-support-3.4.0/README.md
cvss-suite-1.0.5 vendor/cache/ruby/2.2.0/gems/rspec-support-3.4.0/README.md
cvss-suite-1.0.4 vendor/cache/ruby/2.2.0/gems/rspec-support-3.4.0/README.md
cvss-suite-1.0.3 vendor/cache/ruby/2.2.0/gems/rspec-support-3.4.0/README.md
cvss-suite-1.0.2 vendor/cache/ruby/2.2.0/gems/rspec-support-3.4.0/README.md
cvss-suite-1.0.1 vendor/cache/ruby/2.2.0/gems/rspec-support-3.4.0/README.md
cvss-suite-1.0.0 vendor/cache/ruby/2.2.0/gems/rspec-support-3.4.0/README.md
simplenet-client-0.2.0 ./vendor/bundle/ruby/1.9.1/gems/rspec-support-3.4.1/README.md
simplenet-client-0.2.0 ./vendor/bundle/ruby/2.0.0/gems/rspec-support-3.4.1/README.md
dwolla_swagger-1.0.6 vendor/bundle/ruby/2.2.0/gems/rspec-support-3.4.1/README.md
rspec-support-3.4.1 README.md
rspec-support-3.4.0 README.md