Sha256: b599e5e227200d29bd02f261ff258dd6236ed6ebef34ca4218130ffd4942e776

Contents?: true

Size: 1.09 KB

Versions: 3

Compression:

Stored size: 1.09 KB

Contents

RuboCop RSpec
=============

[![Gem Version](https://badge.fury.io/rb/rubocop-rspec.png)](https://rubygems.org/gems/rubocop-rspec)
[![Dependency Status](https://gemnasium.com/nevir/rubocop-rspec.png)](https://gemnasium.com/nevir/rubocop-rspec)
[![Build Status](https://secure.travis-ci.org/nevir/rubocop-rspec.png?branch=master)](http://travis-ci.org/nevir/rubocop-rspec)
[![Coverage Status](https://coveralls.io/repos/nevir/rubocop-rspec/badge.png?branch=master)](https://coveralls.io/r/nevir/rubocop-rspec)
[![Code Climate](https://codeclimate.com/github/nevir/rubocop-rspec.png)](https://codeclimate.com/github/nevir/rubocop-rspec)

RSpec-specific analysis for your projects, as an extension to
[RuboCop](https://github.com/bbatsov/rubocop).


Usage
-----

Add it to your bundle, or environment, and then you can load it via:

```bash
rubocop --require rubocop-rspec
```

or as part of your rubocop rake task:

```ruby
Rubocop::RakeTask.new(:style) do |task|
  task.requires << 'rubocop-rspec'
end
```


License
-------

`rubocop-rspec` is MIT licensed. [See the accompanying file](MIT-LICENSE.md) for
the full text.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rubocop-rspec-0.18.1 README.md
rubocop-rspec-0.18.0 README.md
rubocop-rspec-0.17.0 README.md