Sha256: fe1cff7247a2d3c36d5001473fdc00a79a9bbc28f630a5b5e11bc9a8fbc4d58d

Contents?: true

Size: 874 Bytes

Versions: 1

Compression:

Stored size: 874 Bytes

Contents

=begin
#openapi-ipify

#OpenAPI client for ipify, a simple public IP address API

The version of the OpenAPI document: 5.0.0
Contact: blah@cliffano.com
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.0.0

=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://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
openapi_ipify-5.0.0 spec/models/ip_spec.rb