Sha256: bd52704ef42da5c254c1faae1642cfa0e9ea4bc0c4e417fa2b1d2973b161225c
Contents?: true
Size: 1.18 KB
Versions: 1
Compression:
Stored size: 1.18 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::VersionManifestLatest # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe MinecraftVersionsClient::VersionManifestLatest do let(:instance) { MinecraftVersionsClient::VersionManifestLatest.new } describe 'test an instance of VersionManifestLatest' do it 'should create an instance of VersionManifestLatest' do # uncomment below to test the instance creation #expect(instance).to be_instance_of(MinecraftVersionsClient::VersionManifestLatest) end end describe 'test attribute "release"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ end end describe 'test attribute "snapshot"' 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_manifest_latest_spec.rb |