Skip to content

Commit 3614759

Browse files
authored
Update paystack_subscriptions_spec.rb
1 parent 48c80af commit 3614759

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

spec/paystack_subscriptions_spec.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@
3838

3939

4040
hash = subscriptions.get(subscription['data']['id'])
41-
41+
42+
puts hash
43+
4244
expect(hash.nil?).to eq false
4345
expect(hash['data']['id'].nil?).to eq false
4446
end

0 commit comments

Comments
 (0)