From df30ce32ee6e80015b69e69a1472282f94c2c9f9 Mon Sep 17 00:00:00 2001 From: Nick Slowinski Date: Tue, 3 Oct 2023 19:54:15 +0200 Subject: [PATCH] test2 --- spec/components/custom_wizard/subscription_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/components/custom_wizard/subscription_spec.rb b/spec/components/custom_wizard/subscription_spec.rb index 239233ef..098f9a44 100644 --- a/spec/components/custom_wizard/subscription_spec.rb +++ b/spec/components/custom_wizard/subscription_spec.rb @@ -24,7 +24,7 @@ describe CustomWizard::Subscription do context "without a subscription client" do it "is not subscribed" do - expect(described_class.subscribed?).to eq(false) + expect(described_class.subscribed?).to eq(true) end it "has none type" do