Remove unused RSpec specs filtering

This was introduced ages ago and became dead code as no specs use these
filters anymore.

It stems from the work done in
https://github.com/openfoodfoundation/openfoodnetwork/pull/6902/.
This commit is contained in:
Pau Perez
2021-03-02 14:39:53 +01:00
parent b3610e035d
commit 742b54376d

View File

@@ -96,9 +96,6 @@ RSpec.configure do |config|
# rspec-rails.
config.infer_base_class_for_anonymous_controllers = false
# Filters
config.filter_run_excluding skip: true, future: true, to_figure_out: true
# Retry
config.verbose_retry = true
# Try twice (retry once)