Sha256: 197b1e65f4b9c3b1790bc4ce68aba68adcf74ba4c6aa741c86373e5a653e096b

Contents?: true

Size: 1.07 KB

Versions: 2

Compression:

Stored size: 1.07 KB

Contents

=begin
Agrid Quotes API



OpenAPI spec version: 1.0

Generated by: https://github.com/swagger-api/swagger-codegen.git


=end

require 'spec_helper'
require 'json'
require 'date'

# Unit tests for AgridClient::CityWithStateName
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
# Please update as you see appropriate
describe 'CityWithStateName' do
  before do
    # run before each test
    @instance = AgridClient::CityWithStateName.new
  end

  after do
    # run after each test
  end

  describe 'test an instance of CityWithStateName' do
    it 'should create an instact of CityWithStateName' do
      @instance.should be_a(AgridClient::CityWithStateName) 
    end
  end
  describe 'test attribute "title"' do
    it 'should work' do
       # assertion here
       # should be_a()
       # should be_nil
       # should ==
       # should_not ==
    end
  end

  describe 'test attribute "state"' do
    it 'should work' do
       # assertion here
       # should be_a()
       # should be_nil
       # should ==
       # should_not ==
    end
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
agrid-client-0.0.2 spec/models/city_with_state_name_spec.rb
agrid-client-0.0.1 spec/models/city_with_state_name_spec.rb