Add rspec-github gem for enhanced GitHub formatting

This commit is contained in:
Sebastian Serth
2022-08-08 18:37:16 +02:00
parent 5efa6d4bfd
commit 8404c43a30
3 changed files with 5 additions and 1 deletions

View File

@ -84,6 +84,7 @@ group :test do
gem 'rails-controller-testing'
gem 'rspec-autotest'
gem 'rspec-collection_matchers'
gem 'rspec-github', require: false
gem 'rspec-rails'
gem 'selenium-webdriver'
gem 'shoulda-matchers'