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