Remove `fuubar` gem and custom rspec `--format` setting

Instead of specifying this at the project level, we can stick to rspec
defaults.

Developers can install custom formatting gems and specify that format in
their `.rspec-local` (added to gitignore here) if desired.

We get a *slight* bundle size reduction from removing the gem.
Matt Jankowski 2024-01-03 11:35:35 -05:00
parent 9cc4040308
commit e83e4128dc
4 changed files with 3 additions and 8 deletions

3
.gitignore vendored
View File

@ -71,3 +71,6 @@ docker-compose.override.yml
# Ignore dotenv .local files
.env*.local
# Ignore local-only rspec configuration
.rspec-local

1
.rspec
View File

@ -1,3 +1,2 @@
--color
--require spec_helper
--format Fuubar

View File

@ -128,9 +128,6 @@ group :test do
# 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'
# RSpec helpers for email specs
gem 'email_spec'

View File

@ -279,9 +279,6 @@ GEM
fugit (1.10.1)
et-orbi (~> 1, >= 1.2.7)
raabro (~> 1.4)
fuubar (2.5.1)
rspec-core (~> 3.0)
ruby-progressbar (~> 1.4)
globalid (1.2.1)
activesupport (>= 6.1)
google-protobuf (3.25.3)
@ -939,7 +936,6 @@ DEPENDENCIES
fastimage
fog-core (<= 2.4.0)
fog-openstack (~> 1.0)
fuubar (~> 2.5)
haml-rails (~> 2.0)
haml_lint
hcaptcha (~> 7.1)