Skip to content

Commit f805410

Browse files
author
Lucas
committed
Add missing :vcr option to a spec
1 parent e9f4bb2 commit f805410

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/customer_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@
7575
end
7676
end
7777

78-
describe '.save', :vcr do
79-
it 'should save the customer' do
78+
describe '.save' do
79+
it 'should save the customer', :vcr do
8080
customer = Iugu::Customer.create(email: '[email protected]',
8181
name: 'John Snow',
8282
cpf_cnpj: '648.144.103-01',

0 commit comments

Comments
 (0)