Sha256: 2a2995fbeb064ee94e6392f862b6930d147ce3b4c968762831f2463acd56fd95

Contents?: true

Size: 1.09 KB

Versions: 3

Compression:

Stored size: 1.09 KB

Contents

# frozen_string_literal: true

# #Kinopoisk Unofficial API

# The version of the OpenAPI document: 2.0.1
# Contact: support@kinopoiskapiunofficial.tech
# Generated by: https://openapi-generator.tech
# OpenAPI Generator version: 5.3.1
#

require "spec_helper"
require "json"
require "date"

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

  describe "test an instance of ImageResponseItems" do
    it "should create an instance of ImageResponseItems" do
      expect(instance).to be_instance_of(Kuapir::ImageResponseItems)
    end
  end
  describe 'test attribute "image_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 "preview_url"' 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

3 entries across 3 versions & 1 rubygems

Version Path
kuapir-0.1.4 spec/models/image_response_items_spec.rb
kuapir-0.1.3 spec/models/image_response_items_spec.rb
kuapir-0.1.2 spec/models/image_response_items_spec.rb