Sha256: 08b6276b0efcd5239920fb45c43025af8e536d00f5e921b841ad1cf8bc718eef

Contents?: true

Size: 797 Bytes

Versions: 21

Compression:

Stored size: 797 Bytes

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

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

21 entries across 21 versions & 10 rubygems

Version Path
swift-pyrite-0.1.1 vendor/bundle/ruby/2.0.0/gems/rspec-support-3.3.0/README.md
swift-pyrite-0.1.0 vendor/bundle/ruby/2.0.0/gems/rspec-support-3.3.0/README.md
suzuko-0.1.8 vendor/bundle/ruby/2.0.0/gems/rspec-support-3.2.2/README.md
suzuko-0.1.7 vendor/bundle/ruby/2.0.0/gems/rspec-support-3.2.2/README.md
mastermind_adeybee-0.1.4 vendor/bundle/ruby/2.2.0/gems/rspec-support-3.3.0/README.md
sc_core-0.0.7 test/dummy/vendor/bundle/ruby/2.2.0/gems/rspec-support-3.3.0/README.md
mastermind_adeybee-0.1.3 vendor/bundle/ruby/2.2.0/gems/rspec-support-3.3.0/README.md
mastermind_adeybee-0.1.2 vendor/bundle/ruby/2.2.0/gems/rspec-support-3.3.0/README.md
mastermind_adeybee-0.1.1 vendor/bundle/ruby/2.2.0/gems/rspec-support-3.3.0/README.md
sublimetheme-1.0.1 path/gems/rspec-support-3.3.0/README.md
vagrant-cloudstack-1.2.0 vendor/bundle/gems/rspec-support-3.3.0/README.md
sublimetheme-1.0.0 path/gems/rspec-support-3.3.0/README.md
geminfo-0.1.0 path/gems/rspec-support-3.3.0/README.md
solidus_backend-1.0.0.pre3 vendor/bundle/gems/rspec-support-3.3.0/README.md
solidus_backend-1.0.0.pre2 vendor/bundle/gems/rspec-support-3.3.0/README.md
scoot-0.0.4 .bundle/gems/ruby/2.2.0/gems/rspec-support-3.3.0/README.md
solidus_backend-1.0.0.pre vendor/bundle/gems/rspec-support-3.3.0/README.md
rspec-support-3.3.0 README.md
rspec-support-3.2.2 README.md
rspec-support-3.2.1 README.md