From f107c75bfe4266b8bb24f1caae208e5654f74960 Mon Sep 17 00:00:00 2001 From: Madeline Collier Date: Mon, 23 Sep 2024 12:12:51 +0200 Subject: [PATCH] wip fix promotion specs --- api/spec/requests/spree/api/promotions_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/spec/requests/spree/api/promotions_spec.rb b/api/spec/requests/spree/api/promotions_spec.rb index 7ab350e779e..c02e0358c6b 100644 --- a/api/spec/requests/spree/api/promotions_spec.rb +++ b/api/spec/requests/spree/api/promotions_spec.rb @@ -25,7 +25,7 @@ module Spree::Api end let(:found_promotion) do - OpenStruct.new( + ::OpenStruct.new( id: 1, name: 'Test Promotion', description: 'Promotion for testing purposes',