test/test_helper.rb in stripe-1.31.0 vs test/test_helper.rb in stripe-1.32.0

- old
+ new

@@ -29,13 +29,13 @@ include Mocha setup do @mock = mock Stripe.mock_rest_client = @mock - Stripe.api_key="foo" + Stripe.api_key = "foo" end teardown do Stripe.mock_rest_client = nil - Stripe.api_key=nil + Stripe.api_key = nil end end