mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
More consistent spacing
This commit is contained in:
parent
492b24894d
commit
5769eb7c1e
@ -31,11 +31,11 @@ class Test::Unit::TestCase
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user