This commit is contained in:
Nick Slowinski 2023-10-03 19:54:15 +02:00
parent 4750829e1a
commit df30ce32ee
Signed by: nickslowinski
GPG key ID: A28671573AA347CC

View file

@ -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