Add RSpec GitHub annotations gem (#24040)
This commit is contained in:
parent
71447ab19f
commit
5ef26d8fd5
3 changed files with 12 additions and 0 deletions
3
Gemfile
3
Gemfile
|
@ -106,6 +106,9 @@ group :test do
|
|||
# Used to split testing into chunks in CI
|
||||
gem 'rspec_chunked', '~> 0.6'
|
||||
|
||||
# Adds RSpec Error/Warning annotations to GitHub PRs on the Files tab
|
||||
gem 'rspec-github', '~> 2.4', require: false
|
||||
|
||||
# RSpec progress bar formatter
|
||||
gem 'fuubar', '~> 2.5'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue