Skip to content

Commit

Permalink
Update paystack_subscriptions_spec.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
IkoroVictor authored Jul 5, 2017
1 parent 48c80af commit 3614759
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/paystack_subscriptions_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@


hash = subscriptions.get(subscription['data']['id'])


puts hash

expect(hash.nil?).to eq false
expect(hash['data']['id'].nil?).to eq false
end
Expand Down

0 comments on commit 3614759

Please sign in to comment.