Sha256: 7aaa44562ab3d385bed343fe082647d53310608eff57ee17b7abb048488e6b26
Contents?: true
Size: 1.99 KB
Versions: 1
Compression:
Stored size: 1.99 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: d1659dc1567a5b62f65d0612107a50aace03e085 Generated by: https://openapi-generator.tech OpenAPI Generator version: 4.2.3 =end require 'spec_helper' require 'json' require 'date' # Unit tests for MailSlurpClient::CreateOwnedAliasOptions # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'CreateOwnedAliasOptions' do before do # run before each test @instance = MailSlurpClient::CreateOwnedAliasOptions.new end after do # run after each test end describe 'test an instance of CreateOwnedAliasOptions' do it 'should create an instance of CreateOwnedAliasOptions' do expect(@instance).to be_instance_of(MailSlurpClient::CreateOwnedAliasOptions) end end describe 'test attribute "email_address"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "inbox_id"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "name"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "proxied"' 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mailslurp_client-7.0.8 | spec/models/create_owned_alias_options_spec.rb |