spec/conekta/1.0.0/customer_spec.rb in conekta-1.1.1 vs spec/conekta/1.0.0/customer_spec.rb in conekta-1.1.2

- old
+ new

@@ -87,10 +87,10 @@ it "test unsuccesful create subscription" do expect { customer.create_subscription({plan: 'unexistent-plan'}) }.to \ raise_error( Conekta::ResourceNotFoundError, - "The object Plan unexistent-plan could not be found." + 'The object Plan "unexistent-plan" could not be found.' ) end end context "update" do