DEV: Remove before(:all) from RSpec suite

This commit is contained in:
Loïc Guitaut
2022-07-13 15:36:14 +02:00
committed by Loïc Guitaut
parent e7f04a8674
commit cc515e2c1c
3 changed files with 10 additions and 13 deletions

View File

@@ -170,7 +170,7 @@ group :test, :development do
gem 'shoulda-matchers', require: false
gem 'rspec-html-matchers'
gem 'byebug', require: ENV['RM_INFO'].nil?, platform: :mri
gem "rubocop-discourse", require: false
gem 'rubocop-discourse', require: false, github: 'discourse/rubocop-discourse'
gem 'parallel_tests'
gem 'rswag-specs'