Skip to content

Commit 116f170

Browse files
Fix code blocks in readme
1 parent 53655b5 commit 116f170

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,28 @@
55

66
## Installation
77
Add the gem to your application's `Gemfile` `test` group:
8+
89
```ruby
910
group :test do
1011
gem 'rspec-github', require: false
1112
end
1213
```
1314

1415
And then of course install the gem by executing:
15-
```shell script
16+
17+
```bash
1618
bundle install
1719
```
1820

1921
## Usage
2022
You can specify the formatter with a command line argument:
21-
```shell script
23+
24+
```bash
2225
rspec --format RSpec::Github::Formatter
2326
```
2427

2528
And to always run it with this formatter, you can set it in the `.rspec` file:
29+
2630
```
2731
# other configuration
2832
--format RSpec::Github::Formatter

0 commit comments

Comments
 (0)