Sha256: 49d446e4cd0c7499681a5fe3c4cdfbadb9d830912bc4c2e315ae2c4125a58f9e

Contents?: true

Size: 1.23 KB

Versions: 2

Compression:

Stored size: 1.23 KB

Contents

=begin
#Moderation API

#API for automated content moderation

The version of the OpenAPI document: 1.0.0

Generated by: https://openapi-generator.tech
Generator version: 7.10.0

=end

require 'spec_helper'
require 'json'
require 'date'

# Unit tests for ModerationAPI::ModerationText200ResponseAllOfRequest
# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
describe ModerationAPI::ModerationText200ResponseAllOfRequest do
  let(:instance) { ModerationAPI::ModerationText200ResponseAllOfRequest.new }

  describe 'test an instance of ModerationText200ResponseAllOfRequest' do
    it 'should create an instance of ModerationText200ResponseAllOfRequest' do
      # uncomment below to test the instance creation
      #expect(instance).to be_instance_of(ModerationAPI::ModerationText200ResponseAllOfRequest)
    end
  end

  describe 'test attribute "timestamp"' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  describe 'test attribute "quota_usage"' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
moderation_api-1.2.1 spec/models/moderation_text200_response_all_of_request_spec.rb
moderation_api-1.2.0 spec/models/moderation_text200_response_all_of_request_spec.rb