Sha256: 2a8107e5f29ebbddc5ed143893e0b9fedcdc51cb84b2d9b4dcf573e06b90beb7
Contents?: true
Size: 1.48 KB
Versions: 1
Compression:
Stored size: 1.48 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::CreateAnonymousAliasOptions # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'CreateAnonymousAliasOptions' do before do # run before each test @instance = MailSlurpClient::CreateAnonymousAliasOptions.new end after do # run after each test end describe 'test an instance of CreateAnonymousAliasOptions' do it 'should create an instance of CreateAnonymousAliasOptions' do expect(@instance).to be_instance_of(MailSlurpClient::CreateAnonymousAliasOptions) 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 end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mailslurp_client-7.0.8 | spec/models/create_anonymous_alias_options_spec.rb |