nevir/rubocop-rspec

View on GitHub
docs/modules/ROOT/pages/installation.adoc

Summary

Maintainability
Test Coverage
= Installation

Just install the `rubocop-rspec` gem

[source,bash]
----
gem install rubocop-rspec
----

or if you use bundler put this in your `Gemfile`

[source,ruby]
----
gem 'rubocop-rspec'
----