1
0
Fork 0
forked from gitea/nas

Add RSpec GitHub annotations gem (#24040)

This commit is contained in:
Nick Schonning 2023-10-17 12:28:09 -04:00 committed by GitHub
parent 71447ab19f
commit 5ef26d8fd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 0 deletions

View file

@ -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'