Sha256: f671d793595b3ad5c45a50af1f6ee07590d5d6ab9dba245ce3ef2e9fa183513f
Contents?: true
Size: 1.6 KB
Versions: 2
Compression:
Stored size: 1.6 KB
Contents
=begin #MailSlurp API #For documentation see [developer guide](https://www.mailslurp.com/developers). [Create an account](https://app.mailslurp.com) in the MailSlurp Dashboard to [view your API Key](https://app). For all bugs, feature requests, or help please [see support](https://www.mailslurp.com/support/). OpenAPI spec version: 0.0.1-alpha Contact: contact@mailslurp.dev Generated by: https://openapi-generator.tech OpenAPI Generator version: 3.3.4 =end require 'spec_helper' require 'json' require 'date' # Unit tests for MailSlurpClient::CreateWebhookOptions # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'CreateWebhookOptions' do before do # run before each test @instance = MailSlurpClient::CreateWebhookOptions.new end after do # run after each test end describe 'test an instance of CreateWebhookOptions' do it 'should create an instance of CreateWebhookOptions' do expect(@instance).to be_instance_of(MailSlurpClient::CreateWebhookOptions) end end describe 'test attribute "basic_auth"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "url"' 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 end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mailslurp_client-5.0.0 | spec/models/create_webhook_options_spec.rb |
mailslurp_client-4.3.3 | spec/models/create_webhook_options_spec.rb |