solifyn 1.1.2 → 1.1.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.
Files changed (109) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/lib/solifyn/version.rb +1 -1
  4. data/spec/api/checkout_api_spec.rb +12 -0
  5. data/spec/api/developer_api_spec.rb +52 -29
  6. data/spec/models/checkout_session_details_dto_spec.rb +6 -0
  7. data/spec/models/collection_product_dto_spec.rb +28 -0
  8. data/spec/models/order_spec.rb +6 -0
  9. data/spec/models/product_create_spec.rb +28 -0
  10. data/spec/models/product_spec.rb +28 -0
  11. data/spec/models/product_update_spec.rb +28 -0
  12. metadata +133 -262
  13. data/LICENSE +0 -202
  14. data/docs/AffiliateApi.md +0 -845
  15. data/docs/BillingApi.md +0 -68
  16. data/docs/BrandsApi.md +0 -286
  17. data/docs/Business.md +0 -56
  18. data/docs/BusinessCreate.md +0 -18
  19. data/docs/BusinessFullCreate.md +0 -26
  20. data/docs/BusinessFullCreateResponse.md +0 -20
  21. data/docs/BusinessesApi.md +0 -350
  22. data/docs/ChatApi.md +0 -246
  23. data/docs/CommunityApi.md +0 -497
  24. data/docs/DefaultApi.md +0 -1214
  25. data/docs/PartnerApi.md +0 -125
  26. data/docs/PayoutAccessToken.md +0 -20
  27. data/docs/PayoutAccount.md +0 -22
  28. data/docs/PayoutAccountLink.md +0 -20
  29. data/docs/PayoutMethod.md +0 -24
  30. data/docs/PayoutMethodList.md +0 -18
  31. data/docs/PayoutVerification.md +0 -24
  32. data/docs/PayoutVerificationList.md +0 -18
  33. data/docs/PayoutsApi.md +0 -579
  34. data/docs/TicketApi.md +0 -318
  35. data/docs/UserPage.md +0 -26
  36. data/docs/UserProfileThemesApi.md +0 -345
  37. data/docs/UserSettings.md +0 -34
  38. data/docs/UserSettingsUpdate.md +0 -76
  39. data/docs/UserStats.md +0 -20
  40. data/docs/UserTheme.md +0 -26
  41. data/docs/UserThemeUpdate.md +0 -22
  42. data/docs/WhopApiKeysRotation.md +0 -18
  43. data/docs/Withdrawal.md +0 -46
  44. data/docs/WithdrawalCreate.md +0 -22
  45. data/docs/WithdrawalList.md +0 -20
  46. data/lib/solifyn/api/affiliate_api.rb +0 -760
  47. data/lib/solifyn/api/billing_api.rb +0 -77
  48. data/lib/solifyn/api/brands_api.rb +0 -284
  49. data/lib/solifyn/api/businesses_api.rb +0 -338
  50. data/lib/solifyn/api/chat_api.rb +0 -232
  51. data/lib/solifyn/api/community_api.rb +0 -466
  52. data/lib/solifyn/api/default_api.rb +0 -1076
  53. data/lib/solifyn/api/partner_api.rb +0 -124
  54. data/lib/solifyn/api/payouts_api.rb +0 -520
  55. data/lib/solifyn/api/ticket_api.rb +0 -328
  56. data/lib/solifyn/api/user_profile_themes_api.rb +0 -313
  57. data/lib/solifyn/models/business.rb +0 -482
  58. data/lib/solifyn/models/business_create.rb +0 -241
  59. data/lib/solifyn/models/business_full_create.rb +0 -288
  60. data/lib/solifyn/models/business_full_create_response.rb +0 -239
  61. data/lib/solifyn/models/payout_access_token.rb +0 -239
  62. data/lib/solifyn/models/payout_account.rb +0 -249
  63. data/lib/solifyn/models/payout_account_link.rb +0 -239
  64. data/lib/solifyn/models/payout_method.rb +0 -266
  65. data/lib/solifyn/models/payout_method_list.rb +0 -224
  66. data/lib/solifyn/models/payout_verification.rb +0 -266
  67. data/lib/solifyn/models/payout_verification_list.rb +0 -224
  68. data/lib/solifyn/models/user_page.rb +0 -290
  69. data/lib/solifyn/models/user_settings.rb +0 -337
  70. data/lib/solifyn/models/user_settings_update.rb +0 -505
  71. data/lib/solifyn/models/user_stats.rb +0 -241
  72. data/lib/solifyn/models/user_theme.rb +0 -276
  73. data/lib/solifyn/models/user_theme_update.rb +0 -235
  74. data/lib/solifyn/models/whop_api_keys_rotation.rb +0 -222
  75. data/lib/solifyn/models/withdrawal.rb +0 -411
  76. data/lib/solifyn/models/withdrawal_create.rb +0 -249
  77. data/lib/solifyn/models/withdrawal_list.rb +0 -241
  78. data/spec/api/affiliate_api_spec.rb +0 -165
  79. data/spec/api/billing_api_spec.rb +0 -46
  80. data/spec/api/brands_api_spec.rb +0 -83
  81. data/spec/api/businesses_api_spec.rb +0 -93
  82. data/spec/api/chat_api_spec.rb +0 -72
  83. data/spec/api/community_api_spec.rb +0 -113
  84. data/spec/api/default_api_spec.rb +0 -191
  85. data/spec/api/partner_api_spec.rb +0 -53
  86. data/spec/api/payouts_api_spec.rb +0 -133
  87. data/spec/api/ticket_api_spec.rb +0 -86
  88. data/spec/api/user_profile_themes_api_spec.rb +0 -91
  89. data/spec/models/business_create_spec.rb +0 -36
  90. data/spec/models/business_full_create_response_spec.rb +0 -42
  91. data/spec/models/business_full_create_spec.rb +0 -60
  92. data/spec/models/business_spec.rb +0 -150
  93. data/spec/models/payout_access_token_spec.rb +0 -42
  94. data/spec/models/payout_account_link_spec.rb +0 -42
  95. data/spec/models/payout_account_spec.rb +0 -48
  96. data/spec/models/payout_method_list_spec.rb +0 -36
  97. data/spec/models/payout_method_spec.rb +0 -54
  98. data/spec/models/payout_verification_list_spec.rb +0 -36
  99. data/spec/models/payout_verification_spec.rb +0 -54
  100. data/spec/models/user_page_spec.rb +0 -60
  101. data/spec/models/user_settings_spec.rb +0 -84
  102. data/spec/models/user_settings_update_spec.rb +0 -210
  103. data/spec/models/user_stats_spec.rb +0 -42
  104. data/spec/models/user_theme_spec.rb +0 -60
  105. data/spec/models/user_theme_update_spec.rb +0 -48
  106. data/spec/models/whop_api_keys_rotation_spec.rb +0 -36
  107. data/spec/models/withdrawal_create_spec.rb +0 -48
  108. data/spec/models/withdrawal_list_spec.rb +0 -42
  109. data/spec/models/withdrawal_spec.rb +0 -120
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9f8a3cad7edd185da89c1d4a824dfe4215ecc1d9566885686f86547d07adcdb7
4
- data.tar.gz: fd03a98bb4b7b9105f584fca5b8166ea50eb4f73364d67872abd5eb6221d7c6f
3
+ metadata.gz: 0b16b3aeec7e5b9a8e0631cdf937014212c3044a935db25a1ef062161aff068a
4
+ data.tar.gz: 7ae006f470bdc70b5c7724f3ab19261f2b883e9e294c42b6b6878c8f9b76f521
5
5
  SHA512:
6
- metadata.gz: '08950201c248e464de1e7902533c1e7808249171b55fe26f9871bdb726a1acd371574972cbf89bc9fa6758902bea780ce6bf2b7b5415c4dbec63cb4c8f780ce7'
7
- data.tar.gz: 33c22224334e650ba1fc5a4ed7dd43ee257ce70a92bc7d6b556cf532ad19ff61c2f2c40c3716cd994cbbe0696761aeb1061b990a48a66205247b02bc54ece925
6
+ metadata.gz: 875935da3644e3b6d4b5b896637281968d127877f87ca9f711afeff4cfcd446435d9e78b33b40b3241bd6c8d321db15f621e23724504a97ba2912950961a640d
7
+ data.tar.gz: 687d7da3f3a1f327932cfae08d1df7686ecd1777f821c7f74e3fef9e7b29a19c7adb95d642918e0a5ce60611d1c69fe504e3d73adc60d0125a374db3f91ed4d1
data/README.md CHANGED
@@ -7,7 +7,7 @@ Welcome to the Solifyn API Reference. Leverage our secure endpoints to manage pr
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: 1.0.0
10
- - Package version: 1.1.2
10
+ - Package version: 1.1.3
11
11
  - Generator version: 7.10.0
12
12
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
13
13
 
@@ -24,16 +24,16 @@ gem build solifyn.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./solifyn-1.1.2.gem
27
+ gem install ./solifyn-1.1.3.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./solifyn-1.1.2.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./solifyn-1.1.3.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'solifyn', '~> 1.1.2'
36
+ gem 'solifyn', '~> 1.1.3'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -11,5 +11,5 @@ Generator version: 7.10.0
11
11
  =end
12
12
 
13
13
  module Solifyn
14
- VERSION = '1.1.2'
14
+ VERSION = '1.1.3'
15
15
  end
@@ -56,6 +56,18 @@ describe 'CheckoutApi' do
56
56
  end
57
57
  end
58
58
 
59
+ # unit tests for checkout_create_setup
60
+ # Create Setup Checkout Configuration
61
+ # Create a new checkout session in setup mode for collecting cards without immediate charge.
62
+ # @param create_setup_checkout_dto
63
+ # @param [Hash] opts the optional parameters
64
+ # @return [nil]
65
+ describe 'checkout_create_setup test' do
66
+ it 'should work' do
67
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
68
+ end
69
+ end
70
+
59
71
  # unit tests for checkout_get_session
60
72
  # Get Checkout Session Details
61
73
  # Retrieve checkout details to mount the custom embedded checkout.
@@ -32,86 +32,109 @@ describe 'DeveloperApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for developer_controller_create_api_key
35
+ # unit tests for developer_create_api_key
36
+ # Create Developer API Key
37
+ # @param create_api_key_dto
36
38
  # @param [Hash] opts the optional parameters
37
- # @return [nil]
38
- describe 'developer_controller_create_api_key test' do
39
+ # @return [ApiKeyResponseDto]
40
+ describe 'developer_create_api_key test' do
39
41
  it 'should work' do
40
42
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
41
43
  end
42
44
  end
43
45
 
44
- # unit tests for developer_controller_create_webhook_endpoint
46
+ # unit tests for developer_create_webhook
47
+ # Create Webhook Endpoint
48
+ # @param create_webhook_endpoint_dto
45
49
  # @param [Hash] opts the optional parameters
46
- # @return [nil]
47
- describe 'developer_controller_create_webhook_endpoint test' do
50
+ # @return [WebhookEndpointResponseDto]
51
+ describe 'developer_create_webhook test' do
48
52
  it 'should work' do
49
53
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
50
54
  end
51
55
  end
52
56
 
53
- # unit tests for developer_controller_delete_api_key
54
- # @param id
57
+ # unit tests for developer_delete_webhook
58
+ # Delete Webhook Endpoint
59
+ # @param id The webhook endpoint ID
55
60
  # @param [Hash] opts the optional parameters
56
61
  # @return [nil]
57
- describe 'developer_controller_delete_api_key test' do
62
+ describe 'developer_delete_webhook test' do
58
63
  it 'should work' do
59
64
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
60
65
  end
61
66
  end
62
67
 
63
- # unit tests for developer_controller_delete_webhook_endpoint
64
- # @param id
68
+ # unit tests for developer_get_app_portal
69
+ # Retrieve Hosted Webhooks Portal URL
65
70
  # @param [Hash] opts the optional parameters
66
- # @return [nil]
67
- describe 'developer_controller_delete_webhook_endpoint test' do
71
+ # @return [AppPortalUrlResponseDto]
72
+ describe 'developer_get_app_portal test' do
68
73
  it 'should work' do
69
74
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
70
75
  end
71
76
  end
72
77
 
73
- # unit tests for developer_controller_get_api_keys
78
+ # unit tests for developer_get_webhook
79
+ # Retrieve Webhook Endpoint Details
80
+ # @param id The webhook endpoint ID
74
81
  # @param [Hash] opts the optional parameters
75
- # @return [nil]
76
- describe 'developer_controller_get_api_keys test' do
82
+ # @return [WebhookEndpointResponseDto]
83
+ describe 'developer_get_webhook test' do
77
84
  it 'should work' do
78
85
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
79
86
  end
80
87
  end
81
88
 
82
- # unit tests for developer_controller_get_app_portal_url
89
+ # unit tests for developer_list_api_keys
90
+ # List Developer API Keys
83
91
  # @param [Hash] opts the optional parameters
84
- # @return [nil]
85
- describe 'developer_controller_get_app_portal_url test' do
92
+ # @return [Array<ApiKeyResponseDto>]
93
+ describe 'developer_list_api_keys test' do
86
94
  it 'should work' do
87
95
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
88
96
  end
89
97
  end
90
98
 
91
- # unit tests for developer_controller_get_webhook_deliveries
92
- # @param id
99
+ # unit tests for developer_list_webhook_deliveries
100
+ # Retrieve Webhook Delivery Logs
101
+ # @param id The webhook endpoint ID
93
102
  # @param [Hash] opts the optional parameters
94
- # @return [nil]
95
- describe 'developer_controller_get_webhook_deliveries test' do
103
+ # @return [Array<WebhookDeliveryResponseDto>]
104
+ describe 'developer_list_webhook_deliveries test' do
96
105
  it 'should work' do
97
106
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
98
107
  end
99
108
  end
100
109
 
101
- # unit tests for developer_controller_get_webhook_endpoints
110
+ # unit tests for developer_list_webhooks
111
+ # List Webhook Endpoints
102
112
  # @param [Hash] opts the optional parameters
103
- # @return [nil]
104
- describe 'developer_controller_get_webhook_endpoints test' do
113
+ # @return [Array<WebhookEndpointResponseDto>]
114
+ describe 'developer_list_webhooks test' do
105
115
  it 'should work' do
106
116
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
107
117
  end
108
118
  end
109
119
 
110
- # unit tests for developer_controller_update_webhook_endpoint
111
- # @param id
120
+ # unit tests for developer_revoke_api_key
121
+ # Revoke API Key
122
+ # @param id The API key ID
112
123
  # @param [Hash] opts the optional parameters
113
124
  # @return [nil]
114
- describe 'developer_controller_update_webhook_endpoint test' do
125
+ describe 'developer_revoke_api_key test' do
126
+ it 'should work' do
127
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
128
+ end
129
+ end
130
+
131
+ # unit tests for developer_update_webhook
132
+ # Update Webhook Endpoint
133
+ # @param id The webhook endpoint ID
134
+ # @param update_webhook_endpoint_dto
135
+ # @param [Hash] opts the optional parameters
136
+ # @return [WebhookEndpointResponseDto]
137
+ describe 'developer_update_webhook test' do
115
138
  it 'should work' do
116
139
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
117
140
  end
@@ -93,4 +93,10 @@ describe Solifyn::CheckoutSessionDetailsDto do
93
93
  end
94
94
  end
95
95
 
96
+ describe 'test attribute "entitlement_grants"' do
97
+ it 'should work' do
98
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
99
+ end
100
+ end
101
+
96
102
  end
@@ -107,6 +107,28 @@ describe Solifyn::CollectionProductDto do
107
107
  end
108
108
  end
109
109
 
110
+ describe 'test attribute "has_github_access"' do
111
+ it 'should work' do
112
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
113
+ end
114
+ end
115
+
116
+ describe 'test attribute "github_repo"' do
117
+ it 'should work' do
118
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
119
+ end
120
+ end
121
+
122
+ describe 'test attribute "github_permission"' do
123
+ it 'should work' do
124
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
125
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["pull", "triage", "push", "maintain", "admin"])
126
+ # validator.allowable_values.each do |value|
127
+ # expect { instance.github_permission = value }.not_to raise_error
128
+ # end
129
+ end
130
+ end
131
+
110
132
  describe 'test attribute "is_tax_inclusive"' do
111
133
  it 'should work' do
112
134
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -173,6 +195,12 @@ describe Solifyn::CollectionProductDto do
173
195
  end
174
196
  end
175
197
 
198
+ describe 'test attribute "is_free"' do
199
+ it 'should work' do
200
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
201
+ end
202
+ end
203
+
176
204
  describe 'test attribute "created_at"' do
177
205
  it 'should work' do
178
206
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -57,6 +57,12 @@ describe Solifyn::Order do
57
57
  end
58
58
  end
59
59
 
60
+ describe 'test attribute "usd_total"' do
61
+ it 'should work' do
62
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
63
+ end
64
+ end
65
+
60
66
  describe 'test attribute "tax_amount"' do
61
67
  it 'should work' do
62
68
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -89,6 +89,28 @@ describe Solifyn::ProductCreate do
89
89
  end
90
90
  end
91
91
 
92
+ describe 'test attribute "has_github_access"' do
93
+ it 'should work' do
94
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
95
+ end
96
+ end
97
+
98
+ describe 'test attribute "github_repo"' do
99
+ it 'should work' do
100
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
101
+ end
102
+ end
103
+
104
+ describe 'test attribute "github_permission"' do
105
+ it 'should work' do
106
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
107
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["pull", "triage", "push", "maintain", "admin"])
108
+ # validator.allowable_values.each do |value|
109
+ # expect { instance.github_permission = value }.not_to raise_error
110
+ # end
111
+ end
112
+ end
113
+
92
114
  describe 'test attribute "is_tax_inclusive"' do
93
115
  it 'should work' do
94
116
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -161,6 +183,12 @@ describe Solifyn::ProductCreate do
161
183
  end
162
184
  end
163
185
 
186
+ describe 'test attribute "is_free"' do
187
+ it 'should work' do
188
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
189
+ end
190
+ end
191
+
164
192
  describe 'test attribute "addons"' do
165
193
  it 'should work' do
166
194
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -107,6 +107,28 @@ describe Solifyn::Product do
107
107
  end
108
108
  end
109
109
 
110
+ describe 'test attribute "has_github_access"' do
111
+ it 'should work' do
112
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
113
+ end
114
+ end
115
+
116
+ describe 'test attribute "github_repo"' do
117
+ it 'should work' do
118
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
119
+ end
120
+ end
121
+
122
+ describe 'test attribute "github_permission"' do
123
+ it 'should work' do
124
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
125
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["pull", "triage", "push", "maintain", "admin"])
126
+ # validator.allowable_values.each do |value|
127
+ # expect { instance.github_permission = value }.not_to raise_error
128
+ # end
129
+ end
130
+ end
131
+
110
132
  describe 'test attribute "is_tax_inclusive"' do
111
133
  it 'should work' do
112
134
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -173,6 +195,12 @@ describe Solifyn::Product do
173
195
  end
174
196
  end
175
197
 
198
+ describe 'test attribute "is_free"' do
199
+ it 'should work' do
200
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
201
+ end
202
+ end
203
+
176
204
  describe 'test attribute "created_at"' do
177
205
  it 'should work' do
178
206
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -89,6 +89,28 @@ describe Solifyn::ProductUpdate do
89
89
  end
90
90
  end
91
91
 
92
+ describe 'test attribute "has_github_access"' do
93
+ it 'should work' do
94
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
95
+ end
96
+ end
97
+
98
+ describe 'test attribute "github_repo"' do
99
+ it 'should work' do
100
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
101
+ end
102
+ end
103
+
104
+ describe 'test attribute "github_permission"' do
105
+ it 'should work' do
106
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
107
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["pull", "triage", "push", "maintain", "admin"])
108
+ # validator.allowable_values.each do |value|
109
+ # expect { instance.github_permission = value }.not_to raise_error
110
+ # end
111
+ end
112
+ end
113
+
92
114
  describe 'test attribute "is_tax_inclusive"' do
93
115
  it 'should work' do
94
116
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -161,6 +183,12 @@ describe Solifyn::ProductUpdate do
161
183
  end
162
184
  end
163
185
 
186
+ describe 'test attribute "is_free"' do
187
+ it 'should work' do
188
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
189
+ end
190
+ end
191
+
164
192
  describe 'test attribute "addons"' do
165
193
  it 'should work' do
166
194
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/