From 7dbfc3740d38ff535af6dc626bc62af0c7afa60c Mon Sep 17 00:00:00 2001 From: Rob Harrington Date: Fri, 28 Jul 2017 12:56:43 +1000 Subject: [PATCH] Revert "Add workaround to pass Spree core tests in Travis" This reverts commit 9cdec737078caa6eb5a90480cabb6ca477ab597b. --- spec/spec_helper.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 8d21d94049..4ef7c63b40 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -72,10 +72,6 @@ RSpec.configure do |config| # rspec-rails. config.infer_base_class_for_anonymous_controllers = false - # TODO - remove this line after Spree upgrade. Current Spree specs do not have `type: :controller` definitions. - # This is a workaround to pass tests in Travis i.e. https://travis-ci.org/openfoodfoundation/openfoodnetwork/jobs/235601640 - config.infer_spec_type_from_file_location! - # Filters config.filter_run_excluding :skip => true, :future => true, :to_figure_out => true