Sha256: 3011b5f7030a9be7ab07e090c14468792a948f1483691da22d777ed475e9260c
Contents?: true
Size: 1.32 KB
Versions: 3
Compression:
Stored size: 1.32 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::FilmSearchByFiltersResponse # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe Kuapir::FilmSearchByFiltersResponse do let(:instance) { Kuapir::FilmSearchByFiltersResponse.new } describe "test an instance of FilmSearchByFiltersResponse" do it "should create an instance of FilmSearchByFiltersResponse" do expect(instance).to be_instance_of(Kuapir::FilmSearchByFiltersResponse) end end describe 'test attribute "total"' do it "should work" do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "total_pages"' do it "should work" do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "items"' 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