Sha256: f482cac01ac6f91811329d7a39ee9ccbcbb7ca0c5d71a1ce87db53397486c284
Contents?: true
Size: 837 Bytes
Versions: 2
Compression:
Stored size: 837 Bytes
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::Phone # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'Phone' do before do # run before each test @instance = AgridClient::Phone.new end after do # run after each test end describe 'test an instance of Phone' do it 'should create an instact of Phone' do @instance.should be_a(AgridClient::Phone) end end describe 'test attribute "number"' 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/phone_spec.rb |
agrid-client-0.0.1 | spec/models/phone_spec.rb |