spec/rest/client_spec.rb in finapps-4.0.16 vs spec/rest/client_spec.rb in finapps-5.0.0
- old
+ new
@@ -151,7 +151,11 @@
end
describe '#tenant_app_settings' do
it { expect(subject.tenant_app_settings).to be_an_instance_of(FinApps::REST::TenantAppSettings) }
end
+
+ describe '#plaid_webhooks' do
+ it { expect(subject.plaid_webhooks).to be_an_instance_of(FinApps::REST::PlaidWebhooks) }
+ end
end
end