Skip to content

Commit da14488

Browse files
author
Lucas
committed
Add specs to Iugu::Customer.fetch
1 parent 22d3c3f commit da14488

File tree

2 files changed

+64
-1
lines changed

2 files changed

+64
-1
lines changed

spec/cassettes/Iugu_Customer/_fetch/should_return_the_customer.yml

Lines changed: 63 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spec/customer_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
expect(customers.total).to eq(15)
6868
end
6969

70-
xit 'should return the customer', :vcr do
70+
it 'should return the customer', :vcr do
7171
customer = Iugu::Customer.fetch(id: '2D3309067D0047B7AD55F38EBA0BA406')
7272

7373
expect(customer.email).to eq('[email protected]')

0 commit comments

Comments
 (0)