Sha256: 63f7d39145db7310854cc80e372e5c3b5af85c1e608b297c4ea5b28a6a5480e9
Contents?: true
Size: 280 Bytes
Versions: 66
Compression:
Stored size: 280 Bytes
Contents
require_relative 'test_helper' # Internal: The test for Plaid::CategoriesGet. class PlaidCategoriesTest < PlaidTest def test_get response = client.categories_get({}) assert_instance_of(Plaid::CategoriesGetResponse, response) refute_empty(response.to_hash) end end
Version data entries
66 entries across 66 versions & 1 rubygems