mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-02 00:01:00 -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
|
should "accessing id should not issue a fetch" do
|
||||||
@mock.expects(:get).never
|
@mock.expects(:get).never
|
||||||
c = Stripe::Customer.new("test_customer");
|
c = Stripe::Customer.new("test_customer")
|
||||||
c.id
|
c.id
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user