Sha256: e92c482804b6f091e33840fe4cfb1557b43ef669f414a1e402b4a4b18441ca32
Contents?: true
Size: 1.48 KB
Versions: 12
Compression:
Stored size: 1.48 KB
Contents
=begin #FormsExternalService #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 4.3.1 =end require 'spec_helper' require 'json' require 'date' # Unit tests for Hubspot::Marketing::Forms::FormPostSubmitAction # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'FormPostSubmitAction' do before do # run before each test @instance = Hubspot::Marketing::Forms::FormPostSubmitAction.new end after do # run after each test end describe 'test an instance of FormPostSubmitAction' do it 'should create an instance of FormPostSubmitAction' do expect(@instance).to be_instance_of(Hubspot::Marketing::Forms::FormPostSubmitAction) end end describe 'test attribute "type"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["thank_you", "redirect_url"]) # validator.allowable_values.each do |value| # expect { @instance.type = value }.not_to raise_error # end end end describe 'test attribute "value"' 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
12 entries across 12 versions & 1 rubygems