Sha256: e2ab7728943aef01fe2d18a402c7b56cde17a195ccd0aec4ceb2d104102d1634

Contents?: true

Size: 1.39 KB

Versions: 2

Compression:

Stored size: 1.39 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::RawEmailJson
# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
describe 'RawEmailJson' do
  before do
    # run before each test
    @instance = MailSlurpClient::RawEmailJson.new
  end

  after do
    # run after each test
  end

  describe 'test an instance of RawEmailJson' do
    it 'should create an instance of RawEmailJson' do
      expect(@instance).to be_instance_of(MailSlurpClient::RawEmailJson)
    end
  end
  describe 'test attribute "content"' 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/raw_email_json_spec.rb
mailslurp_client-7.0.7 spec/models/raw_email_json_spec.rb