Sha256: ba10b2bf9a4bd44fde83ca412b21766ee5389b5650920b528f682e3402c8c8e2
Contents?: true
Size: 1.28 KB
Versions: 3
Compression:
Stored size: 1.28 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::DigitalReleaseResponse # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe Kuapir::DigitalReleaseResponse do let(:instance) { Kuapir::DigitalReleaseResponse.new } describe "test an instance of DigitalReleaseResponse" do it "should create an instance of DigitalReleaseResponse" do expect(instance).to be_instance_of(Kuapir::DigitalReleaseResponse) end end describe 'test attribute "page"' 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"' do it "should work" do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "releases"' 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/digital_release_response_spec.rb |
kuapir-0.1.3 | spec/models/digital_release_response_spec.rb |
kuapir-0.1.2 | spec/models/digital_release_response_spec.rb |