Revert "Add workaround to pass Spree core tests in Travis"

This reverts commit 9cdec737078caa6eb5a90480cabb6ca477ab597b.
This commit is contained in:
Rob Harrington
2017-07-28 12:56:43 +10:00
committed by Rob H
parent b2897d7feb
commit 7dbfc3740d

View File

@@ -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