File: installation.adoc

package info (click to toggle)
ruby-rubocop-rspec 2.16.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,892 kB
  • sloc: ruby: 22,283; makefile: 4
file content (15 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
= 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'
----