Sha256: 4c5db8240230c326f1a9b282053a0c210ff0a91387c287b811a5cf02fa4278d0
Contents?: true
Size: 1.58 KB
Versions: 1
Compression:
Stored size: 1.58 KB
Contents
=begin #SDK for Minecraft versions info The version of the OpenAPI document: 0.12.0 Contact: blah+oapicf@cliffano.com Generated by: https://openapi-generator.tech Generator version: 7.6.0 =end require 'spec_helper' require 'json' require 'date' # Unit tests for MinecraftVersionsClient::VersionPackageInfoDownloads # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe MinecraftVersionsClient::VersionPackageInfoDownloads do let(:instance) { MinecraftVersionsClient::VersionPackageInfoDownloads.new } describe 'test an instance of VersionPackageInfoDownloads' do it 'should create an instance of VersionPackageInfoDownloads' do # uncomment below to test the instance creation #expect(instance).to be_instance_of(MinecraftVersionsClient::VersionPackageInfoDownloads) end end describe 'test attribute "client"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ end end describe 'test attribute "client_mappings"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ end end describe 'test attribute "server"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ end end describe 'test attribute "server_mappings"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
minecraft_versions-0.12.0 | spec/models/version_package_info_downloads_spec.rb |