mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-01 00:01:13 -05:00
Removes unnecessary semi colon
This commit is contained in:
parent
a2d3ab59c0
commit
45bb015adc
@ -26,7 +26,7 @@ module Stripe
|
||||
|
||||
should "accessing id should not issue a fetch" do
|
||||
@mock.expects(:get).never
|
||||
c = Stripe::Customer.new("test_customer");
|
||||
c = Stripe::Customer.new("test_customer")
|
||||
c.id
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user