File tree 4 files changed +3
-8
lines changed
4 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -71,3 +71,6 @@ docker-compose.override.yml
71
71
72
72
# Ignore dotenv .local files
73
73
.env * .local
74
+
75
+ # Ignore local-only rspec configuration
76
+ .rspec-local
Original file line number Diff line number Diff line change 1
1
--color
2
2
--require spec_helper
3
- --format Fuubar
Original file line number Diff line number Diff line change @@ -126,9 +126,6 @@ group :test do
126
126
# Adds RSpec Error/Warning annotations to GitHub PRs on the Files tab
127
127
gem 'rspec-github' , '~> 2.4' , require : false
128
128
129
- # RSpec progress bar formatter
130
- gem 'fuubar' , '~> 2.5'
131
-
132
129
# RSpec helpers for email specs
133
130
gem 'email_spec'
134
131
Original file line number Diff line number Diff line change 288
288
fugit (1.11.1 )
289
289
et-orbi (~> 1 , >= 1.2.11 )
290
290
raabro (~> 1.4 )
291
- fuubar (2.5.1 )
292
- rspec-core (~> 3.0 )
293
- ruby-progressbar (~> 1.4 )
294
291
globalid (1.2.1 )
295
292
activesupport (>= 6.1 )
296
293
google-protobuf (3.25.4 )
@@ -949,7 +946,6 @@ DEPENDENCIES
949
946
flatware-rspec
950
947
fog-core (<= 2.5.0 )
951
948
fog-openstack (~> 1.0 )
952
- fuubar (~> 2.5 )
953
949
haml-rails (~> 2.0 )
954
950
haml_lint
955
951
hcaptcha (~> 7.1 )
You can’t perform that action at this time.
0 commit comments