From 3c964933b182d2eea7af8850c0aa75ef8f808221 Mon Sep 17 00:00:00 2001 From: luisramos0 Date: Tue, 4 Jun 2019 15:48:59 +0100 Subject: [PATCH] Remove stub of a deleted method #deadcode --- spec/controllers/spree/checkout_controller_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/controllers/spree/checkout_controller_spec.rb b/spec/controllers/spree/checkout_controller_spec.rb index f568ae806a..aa7229367a 100644 --- a/spec/controllers/spree/checkout_controller_spec.rb +++ b/spec/controllers/spree/checkout_controller_spec.rb @@ -10,7 +10,6 @@ describe Spree::CheckoutController, type: :controller do before do create(:line_item, order: order) - allow(controller).to receive(:skip_state_validation?) { true } allow(controller).to receive(:spree_current_user) { user } end