Skip to content

Commit

Permalink
Merge pull request #104 from olleolleolle/patch-1
Browse files Browse the repository at this point in the history
README.md: Link to rspec.info
  • Loading branch information
sj26 authored May 16, 2023
2 parents d20e820 + 5190951 commit 3f79074
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ You can use it in combination with other [formatters][rspec-formatters], too:
rspec --format progress --format RspecJunitFormatter --out rspec.xml
```

[rspec-formatters]: https://relishapp.com/rspec/rspec-core/v/3-6/docs/formatters
[rspec-formatters]: https://rspec.info/features/3-12/rspec-core/formatters/

### Using in your project with Bundler

Expand All @@ -53,7 +53,7 @@ Put the same arguments as the commands above in [your `.rspec`][rspec-file]:
--out rspec.xml
```
[bundler]: https://bundler.io
[rspec-file]: https://relishapp.com/rspec/rspec-core/v/3-6/docs/configuration/read-command-line-configuration-options-from-files
[rspec-file]: https://rspec.info/features/3-12/rspec-core/configuration/read-options-from-file/

### Parallel tests

Expand Down Expand Up @@ -90,7 +90,7 @@ RSpec.configure do |config|
end
```

Note that this example captures all output from every example all the time, potentially interfering with local debugging. You might like to restrict this to only on CI, or by using [rspec filters](https://relishapp.com/rspec/rspec-core/docs/hooks/filters).
Note that this example captures all output from every example all the time, potentially interfering with local debugging. You might like to restrict this to only on CI, or by using [rspec filters](https://rspec.info/features/3-12/rspec-core/hooks/filtering/).

## Caveats

Expand Down

0 comments on commit 3f79074

Please sign in to comment.