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