agrid-client 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,56 +0,0 @@
1
- =begin
2
- Agrid Quotes API
3
-
4
-
5
-
6
- OpenAPI spec version: 1.0
7
-
8
- Generated by: https://github.com/swagger-api/swagger-codegen.git
9
-
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for AgridClient::State
18
- # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
- # Please update as you see appropriate
20
- describe 'State' do
21
- before do
22
- # run before each test
23
- @instance = AgridClient::State.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of State' do
31
- it 'should create an instact of State' do
32
- @instance.should be_a(AgridClient::State)
33
- end
34
- end
35
- describe 'test attribute "acronym"' do
36
- it 'should work' do
37
- # assertion here
38
- # should be_a()
39
- # should be_nil
40
- # should ==
41
- # should_not ==
42
- end
43
- end
44
-
45
- describe 'test attribute "title"' do
46
- it 'should work' do
47
- # assertion here
48
- # should be_a()
49
- # should be_nil
50
- # should ==
51
- # should_not ==
52
- end
53
- end
54
-
55
- end
56
-