Add helper to view spec needing it

This commit is contained in:
Maikel Linke
2021-05-20 11:10:10 +10:00
parent 768c56400c
commit 3e2f81d640

View File

@@ -10,6 +10,7 @@ describe "spree/orders/edit.html.haml" do
helper SharedHelper
helper FooterLinksHelper
helper MarkdownHelper
helper TermsAndConditionsHelper
let(:order) { create(:completed_order_with_fees) }