diff --git a/spec/views/spree/orders/edit.html.haml_spec.rb b/spec/views/spree/orders/edit.html.haml_spec.rb index 7fe4233b90..1c1278ff79 100644 --- a/spec/views/spree/orders/edit.html.haml_spec.rb +++ b/spec/views/spree/orders/edit.html.haml_spec.rb @@ -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) }