We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53655b5 commit 116f170Copy full SHA for 116f170
1 file changed
README.md
@@ -5,24 +5,28 @@
5
6
## Installation
7
Add the gem to your application's `Gemfile` `test` group:
8
+
9
```ruby
10
group :test do
11
gem 'rspec-github', require: false
12
end
13
```
14
15
And then of course install the gem by executing:
-```shell script
16
17
+```bash
18
bundle install
19
20
21
## Usage
22
You can specify the formatter with a command line argument:
23
24
25
rspec --format RSpec::Github::Formatter
26
27
28
And to always run it with this formatter, you can set it in the `.rspec` file:
29
30
31
# other configuration
32
--format RSpec::Github::Formatter
0 commit comments