Sha256: c268e5cdc310c22f5af7f86ff136e214cf632a7bb4f2f3b5c44dc92cb0b7f75c
Contents?: true
Size: 1.43 KB
Versions: 1
Compression:
Stored size: 1.43 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::ModerationObject200ResponseAllOfLabelsInner # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe ModerationApi::ModerationObject200ResponseAllOfLabelsInner do let(:instance) { ModerationApi::ModerationObject200ResponseAllOfLabelsInner.new } describe 'test an instance of ModerationObject200ResponseAllOfLabelsInner' do it 'should create an instance of ModerationObject200ResponseAllOfLabelsInner' do # uncomment below to test the instance creation #expect(instance).to be_instance_of(ModerationApi::ModerationObject200ResponseAllOfLabelsInner) end end describe 'test attribute "label"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ end end describe 'test attribute "model"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ end end describe 'test attribute "score"' 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
moderation_api-1.2.2 | spec/models/moderation_object200_response_all_of_labels_inner_spec.rb |