Sha256: 8a0993f34f41075f6f1beec53343cd9ca845291f04689984240ed88f1fad40c2
Contents?: true
Size: 886 Bytes
Versions: 1
Compression:
Stored size: 886 Bytes
Contents
=begin #openapi-ipify #OpenAPI client for ipify, a simple public IP address API The version of the OpenAPI document: 3.2.1 Contact: blah@cliffano.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.1.0-SNAPSHOT =end require 'spec_helper' require 'json' require 'date' # Unit tests for OpenApiIpifyClient::Ip # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe OpenApiIpifyClient::Ip do let(:instance) { OpenApiIpifyClient::Ip.new } describe 'test an instance of Ip' do it 'should create an instance of Ip' do expect(instance).to be_instance_of(OpenApiIpifyClient::Ip) end end describe 'test attribute "ip"' 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
openapi_ipify-3.2.1 | spec/models/ip_spec.rb |