Sha256: eff294c2011bfbbc2166e97d2c5dbf2d0a9b83eb8c85b6421d32c4ae7cf672f1
Contents?: true
Size: 1.08 KB
Versions: 3
Compression:
Stored size: 1.08 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::BoxOfficeResponse # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe Kuapir::BoxOfficeResponse do let(:instance) { Kuapir::BoxOfficeResponse.new } describe "test an instance of BoxOfficeResponse" do it "should create an instance of BoxOfficeResponse" do expect(instance).to be_instance_of(Kuapir::BoxOfficeResponse) 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 "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
Version | Path |
---|---|
kuapir-0.1.4 | spec/models/box_office_response_spec.rb |
kuapir-0.1.3 | spec/models/box_office_response_spec.rb |
kuapir-0.1.2 | spec/models/box_office_response_spec.rb |