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