budgea_client 3.0.1 → 4.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (115) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/budgea_openapi.json +6 -4
  4. data/docs/Connector.md +1 -0
  5. data/lib/budgea_client/models/connector.rb +15 -4
  6. data/lib/budgea_client/version.rb +1 -1
  7. data/pkg/budgea_client-3.0.1.gem +0 -0
  8. data/spec/api/administration_api_spec.rb +225 -23
  9. data/spec/api/authentication_api_spec.rb +81 -11
  10. data/spec/api/banks_api_spec.rb +379 -236
  11. data/spec/api/connections_api_spec.rb +76 -39
  12. data/spec/api/documents_api_spec.rb +124 -114
  13. data/spec/api/ocr_api_spec.rb +13 -3
  14. data/spec/api/oidc_api_spec.rb +14 -4
  15. data/spec/api/pfm_api_spec.rb +61 -51
  16. data/spec/api/providers_api_spec.rb +260 -238
  17. data/spec/api/recipients_api_spec.rb +23 -9
  18. data/spec/api/terms_api_spec.rb +17 -8
  19. data/spec/api/transfers_api_spec.rb +88 -57
  20. data/spec/api/users_management_api_spec.rb +25 -15
  21. data/spec/api/wealth_api_spec.rb +150 -24
  22. data/spec/api_client_spec.rb +45 -35
  23. data/spec/configuration_spec.rb +19 -9
  24. data/spec/models/access_spec.rb +16 -7
  25. data/spec/models/account_log_spec.rb +21 -12
  26. data/spec/models/account_spec.rb +59 -20
  27. data/spec/models/account_type_spec.rb +19 -10
  28. data/spec/models/alert_spec.rb +19 -10
  29. data/spec/models/category_spec.rb +21 -12
  30. data/spec/models/client_spec.rb +25 -28
  31. data/spec/models/connection_log_spec.rb +38 -17
  32. data/spec/models/connection_spec.rb +33 -12
  33. data/spec/models/connector_logo_spec.rb +16 -7
  34. data/spec/models/connector_spec.rb +18 -0
  35. data/spec/models/currency_spec.rb +38 -5
  36. data/spec/models/device_spec.rb +18 -9
  37. data/spec/models/document_spec.rb +37 -34
  38. data/spec/models/document_type_spec.rb +14 -5
  39. data/spec/models/field_spec.rb +32 -11
  40. data/spec/models/field_value_spec.rb +13 -4
  41. data/spec/models/file_spec.rb +15 -6
  42. data/spec/models/group_spec.rb +19 -10
  43. data/spec/models/hash_table_spec.rb +15 -6
  44. data/spec/models/inline_response_200_10_spec.rb +19 -4
  45. data/spec/models/inline_response_200_11_spec.rb +19 -4
  46. data/spec/models/inline_response_200_12_spec.rb +19 -4
  47. data/spec/models/inline_response_200_13_spec.rb +19 -4
  48. data/spec/models/inline_response_200_14_spec.rb +19 -4
  49. data/spec/models/inline_response_200_15_spec.rb +19 -4
  50. data/spec/models/inline_response_200_16_spec.rb +19 -4
  51. data/spec/models/inline_response_200_17_spec.rb +19 -4
  52. data/spec/models/inline_response_200_18_spec.rb +19 -4
  53. data/spec/models/inline_response_200_19_spec.rb +13 -4
  54. data/spec/models/inline_response_200_1_spec.rb +13 -4
  55. data/spec/models/inline_response_200_20_spec.rb +19 -4
  56. data/spec/models/inline_response_200_21_spec.rb +19 -4
  57. data/spec/models/inline_response_200_22_spec.rb +19 -4
  58. data/spec/models/inline_response_200_23_spec.rb +19 -4
  59. data/spec/models/inline_response_200_24_spec.rb +19 -4
  60. data/spec/models/inline_response_200_25_spec.rb +19 -4
  61. data/spec/models/inline_response_200_26_spec.rb +19 -4
  62. data/spec/models/inline_response_200_27_spec.rb +19 -4
  63. data/spec/models/inline_response_200_28_spec.rb +19 -4
  64. data/spec/models/inline_response_200_29_spec.rb +19 -4
  65. data/spec/models/inline_response_200_2_spec.rb +14 -5
  66. data/spec/models/inline_response_200_30_spec.rb +19 -4
  67. data/spec/models/inline_response_200_31_spec.rb +19 -4
  68. data/spec/models/inline_response_200_32_spec.rb +19 -4
  69. data/spec/models/inline_response_200_33_spec.rb +19 -4
  70. data/spec/models/inline_response_200_34_spec.rb +7 -1
  71. data/spec/models/inline_response_200_35_spec.rb +7 -1
  72. data/spec/models/inline_response_200_36_spec.rb +7 -1
  73. data/spec/models/inline_response_200_37_spec.rb +7 -1
  74. data/spec/models/inline_response_200_38_spec.rb +7 -1
  75. data/spec/models/inline_response_200_3_spec.rb +15 -12
  76. data/spec/models/inline_response_200_4_spec.rb +14 -17
  77. data/spec/models/inline_response_200_5_spec.rb +33 -6
  78. data/spec/models/inline_response_200_6_spec.rb +15 -12
  79. data/spec/models/inline_response_200_7_spec.rb +25 -4
  80. data/spec/models/inline_response_200_8_spec.rb +19 -4
  81. data/spec/models/inline_response_200_9_spec.rb +19 -4
  82. data/spec/models/inline_response_200_spec.rb +18 -3
  83. data/spec/models/investment_spec.rb +36 -27
  84. data/spec/models/investment_value_spec.rb +17 -8
  85. data/spec/models/invite_spec.rb +17 -8
  86. data/spec/models/locked_user_spec.rb +14 -5
  87. data/spec/models/oidc_whitelist_spec.rb +13 -4
  88. data/spec/models/pocket_spec.rb +21 -12
  89. data/spec/models/profile_spec.rb +23 -14
  90. data/spec/models/project_spec.rb +20 -11
  91. data/spec/models/project_type_spec.rb +14 -5
  92. data/spec/models/recipient_log_spec.rb +6 -0
  93. data/spec/models/recipient_spec.rb +44 -17
  94. data/spec/models/security_spec.rb +16 -7
  95. data/spec/models/subscription_spec.rb +28 -13
  96. data/spec/models/terms_of_service_spec.rb +16 -7
  97. data/spec/models/transaction_information_spec.rb +15 -6
  98. data/spec/models/transaction_spec.rb +71 -32
  99. data/spec/models/transactions_cluster_spec.rb +20 -11
  100. data/spec/models/transfer_log_spec.rb +6 -0
  101. data/spec/models/transfer_spec.rb +33 -18
  102. data/spec/models/user_alert_spec.rb +25 -16
  103. data/spec/models/user_spec.rb +18 -9
  104. data/spec/models/webhook_spec.rb +31 -10
  105. data/spec/spec_helper.rb +62 -2
  106. metadata +3 -14
  107. data/docs/Bank.md +0 -20
  108. data/docs/BankCategory.md +0 -9
  109. data/docs/ConnectionContact.md +0 -17
  110. data/lib/budgea_client/models/bank.rb +0 -335
  111. data/lib/budgea_client/models/bank_category.rb +0 -206
  112. data/lib/budgea_client/models/connection_contact.rb +0 -274
  113. data/spec/models/bank_category_spec.rb +0 -38
  114. data/spec/models/bank_spec.rb +0 -92
  115. data/spec/models/connection_contact_spec.rb +0 -86
@@ -1,4 +1,14 @@
1
- # frozen_string_literal: true
1
+ =begin
2
+ #Budgea API Documentation
3
+
4
+ #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
+
6
+ OpenAPI spec version: 2.0
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.1
10
+
11
+ =end
2
12
 
3
13
  require 'spec_helper'
4
14
  require 'json'
@@ -24,33 +34,32 @@ describe 'Security' do
24
34
  end
25
35
  describe 'test attribute "id"' do
26
36
  it 'should work' do
27
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
28
38
  end
29
39
  end
30
40
 
31
41
  describe 'test attribute "code"' do
32
42
  it 'should work' do
33
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
34
44
  end
35
45
  end
36
46
 
37
47
  describe 'test attribute "name"' do
38
48
  it 'should work' do
39
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
40
50
  end
41
51
  end
42
52
 
43
53
  describe 'test attribute "id_type"' do
44
54
  it 'should work' do
45
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
55
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
46
56
  end
47
57
  end
48
58
 
49
59
  describe 'test attribute "last_update"' do
50
60
  it 'should work' do
51
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
61
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
52
62
  end
53
63
  end
54
64
 
55
65
  end
56
-
@@ -1,4 +1,14 @@
1
- # frozen_string_literal: true
1
+ =begin
2
+ #Budgea API Documentation
3
+
4
+ #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
+
6
+ OpenAPI spec version: 2.0
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.1
10
+
11
+ =end
2
12
 
3
13
  require 'spec_helper'
4
14
  require 'json'
@@ -24,69 +34,74 @@ describe 'Subscription' do
24
34
  end
25
35
  describe 'test attribute "id"' do
26
36
  it 'should work' do
27
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
28
38
  end
29
39
  end
30
40
 
31
41
  describe 'test attribute "id_connection"' do
32
42
  it 'should work' do
33
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
34
44
  end
35
45
  end
36
46
 
37
47
  describe 'test attribute "id_user"' do
38
48
  it 'should work' do
39
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
40
50
  end
41
51
  end
42
52
 
43
53
  describe 'test attribute "number"' do
44
54
  it 'should work' do
45
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
55
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
46
56
  end
47
57
  end
48
58
 
49
59
  describe 'test attribute "label"' do
50
60
  it 'should work' do
51
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
61
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
52
62
  end
53
63
  end
54
64
 
55
65
  describe 'test attribute "subscriber"' do
56
66
  it 'should work' do
57
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
67
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
58
68
  end
59
69
  end
60
70
 
61
71
  describe 'test attribute "validity"' do
62
72
  it 'should work' do
63
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
73
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
64
74
  end
65
75
  end
66
76
 
67
77
  describe 'test attribute "renewdate"' do
68
78
  it 'should work' do
69
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
79
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
70
80
  end
71
81
  end
72
82
 
73
83
  describe 'test attribute "last_update"' do
74
84
  it 'should work' do
75
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
85
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
76
86
  end
77
87
  end
78
88
 
79
89
  describe 'test attribute "deleted"' do
80
90
  it 'should work' do
81
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
91
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
82
92
  end
83
93
  end
84
94
 
85
95
  describe 'test attribute "disabled"' do
86
96
  it 'should work' do
87
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
97
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
88
98
  end
89
99
  end
90
100
 
91
- end
101
+ describe 'test attribute "error"' do
102
+ it 'should work' do
103
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
104
+ end
105
+ end
92
106
 
107
+ end
@@ -1,4 +1,14 @@
1
- # frozen_string_literal: true
1
+ =begin
2
+ #Budgea API Documentation
3
+
4
+ #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
+
6
+ OpenAPI spec version: 2.0
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.1
10
+
11
+ =end
2
12
 
3
13
  require 'spec_helper'
4
14
  require 'json'
@@ -24,33 +34,32 @@ describe 'TermsOfService' do
24
34
  end
25
35
  describe 'test attribute "id"' do
26
36
  it 'should work' do
27
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
28
38
  end
29
39
  end
30
40
 
31
41
  describe 'test attribute "version"' do
32
42
  it 'should work' do
33
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
34
44
  end
35
45
  end
36
46
 
37
47
  describe 'test attribute "id_file"' do
38
48
  it 'should work' do
39
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
40
50
  end
41
51
  end
42
52
 
43
53
  describe 'test attribute "created"' do
44
54
  it 'should work' do
45
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
55
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
46
56
  end
47
57
  end
48
58
 
49
59
  describe 'test attribute "deleted"' do
50
60
  it 'should work' do
51
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
61
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
52
62
  end
53
63
  end
54
64
 
55
65
  end
56
-
@@ -1,4 +1,14 @@
1
- # frozen_string_literal: true
1
+ =begin
2
+ #Budgea API Documentation
3
+
4
+ #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
+
6
+ OpenAPI spec version: 2.0
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.1
10
+
11
+ =end
2
12
 
3
13
  require 'spec_helper'
4
14
  require 'json'
@@ -24,27 +34,26 @@ describe 'TransactionInformation' do
24
34
  end
25
35
  describe 'test attribute "id"' do
26
36
  it 'should work' do
27
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
28
38
  end
29
39
  end
30
40
 
31
41
  describe 'test attribute "id_transaction"' do
32
42
  it 'should work' do
33
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
34
44
  end
35
45
  end
36
46
 
37
47
  describe 'test attribute "key"' do
38
48
  it 'should work' do
39
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
40
50
  end
41
51
  end
42
52
 
43
53
  describe 'test attribute "value"' do
44
54
  it 'should work' do
45
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
55
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
46
56
  end
47
57
  end
48
58
 
49
59
  end
50
-
@@ -1,4 +1,14 @@
1
- # frozen_string_literal: true
1
+ =begin
2
+ #Budgea API Documentation
3
+
4
+ #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
+
6
+ OpenAPI spec version: 2.0
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.1
10
+
11
+ =end
2
12
 
3
13
  require 'spec_helper'
4
14
  require 'json'
@@ -24,159 +34,188 @@ describe 'Transaction' do
24
34
  end
25
35
  describe 'test attribute "id"' do
26
36
  it 'should work' do
27
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
28
38
  end
29
39
  end
30
40
 
31
41
  describe 'test attribute "id_account"' do
32
42
  it 'should work' do
33
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
34
44
  end
35
45
  end
36
46
 
37
47
  describe 'test attribute "webid"' do
38
48
  it 'should work' do
39
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
40
50
  end
41
51
  end
42
52
 
43
53
  describe 'test attribute "application_date"' do
44
54
  it 'should work' do
45
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
55
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
46
56
  end
47
57
  end
48
58
 
49
59
  describe 'test attribute "date"' do
50
60
  it 'should work' do
51
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
61
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
52
62
  end
53
63
  end
54
64
 
55
65
  describe 'test attribute "value"' do
56
66
  it 'should work' do
57
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
67
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
+ end
69
+ end
70
+
71
+ describe 'test attribute "gross_value"' do
72
+ it 'should work' do
73
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
58
74
  end
59
75
  end
60
76
 
61
77
  describe 'test attribute "nature"' do
62
78
  it 'should work' do
63
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
79
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
64
80
  end
65
81
  end
66
82
 
67
83
  describe 'test attribute "original_wording"' do
68
84
  it 'should work' do
69
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
85
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
70
86
  end
71
87
  end
72
88
 
73
89
  describe 'test attribute "simplified_wording"' do
74
90
  it 'should work' do
75
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
91
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
76
92
  end
77
93
  end
78
94
 
79
95
  describe 'test attribute "stemmed_wording"' do
80
96
  it 'should work' do
81
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
97
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
82
98
  end
83
99
  end
84
100
 
85
101
  describe 'test attribute "wording"' do
86
102
  it 'should work' do
87
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
103
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
88
104
  end
89
105
  end
90
106
 
91
107
  describe 'test attribute "id_category"' do
92
108
  it 'should work' do
93
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
109
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
94
110
  end
95
111
  end
96
112
 
97
113
  describe 'test attribute "state"' do
98
114
  it 'should work' do
99
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
115
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
100
116
  end
101
117
  end
102
118
 
103
119
  describe 'test attribute "date_scraped"' do
104
120
  it 'should work' do
105
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
121
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
106
122
  end
107
123
  end
108
124
 
109
125
  describe 'test attribute "rdate"' do
110
126
  it 'should work' do
111
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
127
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
128
+ end
129
+ end
130
+
131
+ describe 'test attribute "vdate"' do
132
+ it 'should work' do
133
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
134
+ end
135
+ end
136
+
137
+ describe 'test attribute "bdate"' do
138
+ it 'should work' do
139
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
112
140
  end
113
141
  end
114
142
 
115
143
  describe 'test attribute "coming"' do
116
144
  it 'should work' do
117
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
145
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
118
146
  end
119
147
  end
120
148
 
121
149
  describe 'test attribute "active"' do
122
150
  it 'should work' do
123
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
151
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
124
152
  end
125
153
  end
126
154
 
127
155
  describe 'test attribute "id_cluster"' do
128
156
  it 'should work' do
129
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
157
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
130
158
  end
131
159
  end
132
160
 
133
161
  describe 'test attribute "comment"' do
134
162
  it 'should work' do
135
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
163
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
136
164
  end
137
165
  end
138
166
 
139
167
  describe 'test attribute "last_update"' do
140
168
  it 'should work' do
141
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
169
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
142
170
  end
143
171
  end
144
172
 
145
173
  describe 'test attribute "deleted"' do
146
174
  it 'should work' do
147
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
175
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
148
176
  end
149
177
  end
150
178
 
151
- describe 'test attribute "nopurge"' do
179
+ describe 'test attribute "original_value"' do
152
180
  it 'should work' do
153
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
181
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
154
182
  end
155
183
  end
156
184
 
157
- describe 'test attribute "original_value"' do
185
+ describe 'test attribute "original_currency"' do
158
186
  it 'should work' do
159
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
187
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
160
188
  end
161
189
  end
162
190
 
163
- describe 'test attribute "original_currency"' do
191
+ describe 'test attribute "commission"' do
164
192
  it 'should work' do
165
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
193
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
166
194
  end
167
195
  end
168
196
 
169
- describe 'test attribute "commission"' do
197
+ describe 'test attribute "commission_currency"' do
170
198
  it 'should work' do
171
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
199
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
172
200
  end
173
201
  end
174
202
 
175
203
  describe 'test attribute "country"' do
176
204
  it 'should work' do
177
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
205
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
178
206
  end
179
207
  end
180
208
 
181
- end
209
+ describe 'test attribute "counterparty"' do
210
+ it 'should work' do
211
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
212
+ end
213
+ end
182
214
 
215
+ describe 'test attribute "card"' do
216
+ it 'should work' do
217
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
218
+ end
219
+ end
220
+
221
+ end