Skip to content

Commit

Permalink
Fix code blocks in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
StefSchenkelaars committed Apr 2, 2020
1 parent 53655b5 commit 116f170
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,28 @@

## Installation
Add the gem to your application's `Gemfile` `test` group:

```ruby
group :test do
gem 'rspec-github', require: false
end
```

And then of course install the gem by executing:
```shell script

```bash
bundle install
```

## Usage
You can specify the formatter with a command line argument:
```shell script

```bash
rspec --format RSpec::Github::Formatter
```

And to always run it with this formatter, you can set it in the `.rspec` file:

```
# other configuration
--format RSpec::Github::Formatter
Expand Down

0 comments on commit 116f170

Please sign in to comment.