mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user