Sha256: e6ca602b61e6e188d003d1f58b15aacb51f28e123b0ae9c2c445a6daa4128af0

Contents?: true

Size: 1.46 KB

Versions: 3

Compression:

Stored size: 1.46 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::FilmSearchResponse
# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
describe Kuapir::FilmSearchResponse do
  let(:instance) { Kuapir::FilmSearchResponse.new }

  describe "test an instance of FilmSearchResponse" do
    it "should create an instance of FilmSearchResponse" do
      expect(instance).to be_instance_of(Kuapir::FilmSearchResponse)
    end
  end
  describe 'test attribute "keyword"' do
    it "should work" do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "pages_count"' do
    it "should work" do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "search_films_count_result"' do
    it "should work" do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "films"' 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/film_search_response_spec.rb
kuapir-0.1.3 spec/models/film_search_response_spec.rb
kuapir-0.1.2 spec/models/film_search_response_spec.rb