From 742b54376d731f2bc960ff61134e915df4bcb731 Mon Sep 17 00:00:00 2001 From: Pau Perez Date: Tue, 2 Mar 2021 14:39:53 +0100 Subject: [PATCH] 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/. --- spec/spec_helper.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 37fee324a5..55b6586f47 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -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)