Sha256: d9e7a7f3b3caf6e26c97dfca147fc517e9d34d083246875de2ba786ba4dec79a
Contents?: true
Size: 1.38 KB
Versions: 2
Compression:
Stored size: 1.38 KB
Contents
=begin #MailSlurp API #MailSlurp is an API for sending and receiving emails from dynamically allocated email addresses. It's designed for developers and QA teams to test applications, process inbound emails, send templated notifications, attachments, and more. ## Resources - [Homepage](https://www.mailslurp.com) - Get an [API KEY](https://app.mailslurp.com/sign-up/) - Generated [SDK Clients](https://www.mailslurp.com/docs/) - [Examples](https://github.com/mailslurp/examples) repository The version of the OpenAPI document: 67c9a1eda264be4cfe0bb2c76151f0aadf0862bc Generated by: https://openapi-generator.tech OpenAPI Generator version: 4.2.3 =end require 'spec_helper' require 'json' require 'date' # Unit tests for MailSlurpClient::UnreadCount # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'UnreadCount' do before do # run before each test @instance = MailSlurpClient::UnreadCount.new end after do # run after each test end describe 'test an instance of UnreadCount' do it 'should create an instance of UnreadCount' do expect(@instance).to be_instance_of(MailSlurpClient::UnreadCount) end end describe 'test attribute "count"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mailslurp_client-7.0.8 | spec/models/unread_count_spec.rb |
mailslurp_client-7.0.7 | spec/models/unread_count_spec.rb |