Skip to content

Commit 63f4208

Browse files
author
Lucas
committed
Add missing :vcr option
1 parent f805410 commit 63f4208

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
@@ -110,8 +110,8 @@
110110
end
111111
end
112112

113-
describe '.delete', :vcr do
114-
it 'should save the customer' do
113+
describe '.delete' do
114+
it 'should save the customer', :vcr do
115115
customer = Iugu::Customer.create(email: '[email protected]',
116116
name: 'John Snow',
117117
cpf_cnpj: '648.144.103-01',

0 commit comments

Comments
 (0)