Skip to content

Commit

Permalink
Se comenta temporalmente para revisión
Browse files Browse the repository at this point in the history
  • Loading branch information
Renato Castañeda committed Dec 5, 2017
1 parent bf6abc1 commit 26ca96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/payouts_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
end
end

it 'iterates over a given customer payouts' do
skip 'iterates over a given customer payouts' do
a_customer=@customers.all.last
@payouts.each(a_customer['id']) do |pay|
expect(@payouts.get(pay['id'], a_customer['id'])['transaction_type']).to match 'payout'
Expand Down

0 comments on commit 26ca96d

Please sign in to comment.