Sha256: f58f1ec3a7f8dd8cf0159bb46472bbfb4caa2c0454ac9b71aac695107c78222a
Contents?: true
Size: 849 Bytes
Versions: 3
Compression:
Stored size: 849 Bytes
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::Genre # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe Kuapir::Genre do let(:instance) { Kuapir::Genre.new } describe "test an instance of Genre" do it "should create an instance of Genre" do expect(instance).to be_instance_of(Kuapir::Genre) end end describe 'test attribute "genre"' 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/genre_spec.rb |
kuapir-0.1.3 | spec/models/genre_spec.rb |
kuapir-0.1.2 | spec/models/genre_spec.rb |