phrase 4.5.0 → 4.7.0

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 (113) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +16 -0
  3. data/README.md +3 -3
  4. data/docs/BranchesApi.md +3 -3
  5. data/docs/DistributionCreateParameters.md +1 -1
  6. data/docs/DistributionUpdateParameters.md +1 -1
  7. data/docs/InvitationCreateParameters.md +2 -2
  8. data/docs/InvitationsApi.md +7 -7
  9. data/docs/JobsApi.md +4 -4
  10. data/docs/KeyCreateParameters.md +3 -1
  11. data/docs/KeyPreview.md +3 -1
  12. data/docs/KeyUpdateParameters.md +3 -1
  13. data/docs/KeysApi.md +4 -4
  14. data/docs/KeysExcludeParameters.md +1 -1
  15. data/docs/KeysIncludeParameters.md +1 -1
  16. data/docs/KeysSearchParameters.md +1 -1
  17. data/docs/KeysTagParameters.md +1 -1
  18. data/docs/KeysUntagParameters.md +1 -1
  19. data/docs/Locale.md +2 -0
  20. data/docs/LocaleCreateParameters.md +3 -3
  21. data/docs/LocaleDetails.md +2 -0
  22. data/docs/LocaleDownloadCreateParameters.md +7 -5
  23. data/docs/LocaleDownloadsApi.md +8 -8
  24. data/docs/LocaleUpdateParameters.md +3 -3
  25. data/docs/LocalesApi.md +17 -15
  26. data/docs/MemberUpdateParameters.md +1 -1
  27. data/docs/MembersApi.md +5 -5
  28. data/docs/OrdersApi.md +1 -1
  29. data/docs/ProjectCreateParameters.md +5 -5
  30. data/docs/ProjectUpdateParameters.md +6 -6
  31. data/docs/ReleaseTriggersApi.md +1 -1
  32. data/docs/ScreenshotMarkerCreateParameters.md +1 -1
  33. data/docs/ScreenshotMarkerUpdateParameters.md +1 -1
  34. data/docs/ScreenshotUpdateParameters.md +1 -1
  35. data/docs/SearchApi.md +1 -1
  36. data/docs/TagsApi.md +2 -0
  37. data/docs/TranslationCreateParameters.md +1 -1
  38. data/docs/TranslationKey.md +2 -0
  39. data/docs/TranslationKeyDetails.md +2 -0
  40. data/docs/TranslationUpdateParameters.md +1 -1
  41. data/docs/TranslationsApi.md +13 -13
  42. data/docs/TranslationsExcludeParameters.md +1 -1
  43. data/docs/TranslationsIncludeParameters.md +1 -1
  44. data/docs/TranslationsReviewParameters.md +1 -1
  45. data/docs/TranslationsSearchParameters.md +1 -1
  46. data/docs/TranslationsUnreviewParameters.md +1 -1
  47. data/docs/TranslationsUnverifyParameters.md +1 -1
  48. data/docs/TranslationsVerifyParameters.md +1 -1
  49. data/lib/phrase/api/branches_api.rb +6 -6
  50. data/lib/phrase/api/invitations_api.rb +14 -14
  51. data/lib/phrase/api/jobs_api.rb +4 -4
  52. data/lib/phrase/api/keys_api.rb +4 -4
  53. data/lib/phrase/api/locale_downloads_api.rb +8 -8
  54. data/lib/phrase/api/locales_api.rb +17 -14
  55. data/lib/phrase/api/members_api.rb +10 -10
  56. data/lib/phrase/api/orders_api.rb +2 -2
  57. data/lib/phrase/api/release_triggers_api.rb +2 -2
  58. data/lib/phrase/api/search_api.rb +2 -2
  59. data/lib/phrase/api/tags_api.rb +3 -0
  60. data/lib/phrase/api/translations_api.rb +16 -16
  61. data/lib/phrase/models/distribution_create_parameters.rb +1 -1
  62. data/lib/phrase/models/distribution_update_parameters.rb +1 -1
  63. data/lib/phrase/models/invitation_create_parameters.rb +2 -2
  64. data/lib/phrase/models/key_create_parameters.rb +11 -1
  65. data/lib/phrase/models/key_preview.rb +13 -4
  66. data/lib/phrase/models/key_update_parameters.rb +11 -1
  67. data/lib/phrase/models/keys_exclude_parameters.rb +1 -1
  68. data/lib/phrase/models/keys_include_parameters.rb +1 -1
  69. data/lib/phrase/models/keys_search_parameters.rb +1 -1
  70. data/lib/phrase/models/keys_tag_parameters.rb +1 -1
  71. data/lib/phrase/models/keys_untag_parameters.rb +1 -1
  72. data/lib/phrase/models/locale.rb +12 -1
  73. data/lib/phrase/models/locale_create_parameters.rb +3 -3
  74. data/lib/phrase/models/locale_details.rb +12 -1
  75. data/lib/phrase/models/locale_download_create_parameters.rb +18 -8
  76. data/lib/phrase/models/locale_update_parameters.rb +3 -3
  77. data/lib/phrase/models/member_update_parameters.rb +1 -1
  78. data/lib/phrase/models/project_create_parameters.rb +4 -4
  79. data/lib/phrase/models/project_update_parameters.rb +5 -5
  80. data/lib/phrase/models/screenshot_marker_create_parameters.rb +1 -1
  81. data/lib/phrase/models/screenshot_marker_update_parameters.rb +1 -1
  82. data/lib/phrase/models/translation_create_parameters.rb +1 -1
  83. data/lib/phrase/models/translation_key.rb +10 -1
  84. data/lib/phrase/models/translation_key_details.rb +10 -1
  85. data/lib/phrase/models/translation_update_parameters.rb +1 -1
  86. data/lib/phrase/models/translations_exclude_parameters.rb +1 -1
  87. data/lib/phrase/models/translations_include_parameters.rb +1 -1
  88. data/lib/phrase/models/translations_review_parameters.rb +1 -1
  89. data/lib/phrase/models/translations_search_parameters.rb +1 -1
  90. data/lib/phrase/models/translations_unreview_parameters.rb +1 -1
  91. data/lib/phrase/models/translations_unverify_parameters.rb +1 -1
  92. data/lib/phrase/models/translations_verify_parameters.rb +1 -1
  93. data/lib/phrase/version.rb +1 -1
  94. data/spec/api/branches_api_spec.rb +3 -3
  95. data/spec/api/invitations_api_spec.rb +7 -7
  96. data/spec/api/jobs_api_spec.rb +2 -2
  97. data/spec/api/keys_api_spec.rb +2 -2
  98. data/spec/api/locale_downloads_api_spec.rb +4 -4
  99. data/spec/api/members_api_spec.rb +5 -5
  100. data/spec/api/orders_api_spec.rb +1 -1
  101. data/spec/api/release_triggers_api_spec.rb +1 -1
  102. data/spec/api/search_api_spec.rb +1 -1
  103. data/spec/api/tags_api_spec.rb +1 -0
  104. data/spec/api/translations_api_spec.rb +8 -8
  105. data/spec/models/key_create_parameters_spec.rb +6 -0
  106. data/spec/models/key_preview_spec.rb +6 -0
  107. data/spec/models/key_update_parameters_spec.rb +6 -0
  108. data/spec/models/locale_details_spec.rb +6 -0
  109. data/spec/models/locale_download_create_parameters_spec.rb +6 -0
  110. data/spec/models/locale_spec.rb +6 -0
  111. data/spec/models/translation_key_details_spec.rb +6 -0
  112. data/spec/models/translation_key_spec.rb +6 -0
  113. metadata +231 -231
@@ -22,7 +22,7 @@ describe 'MembersApi' do
22
22
 
23
23
  # unit tests for member_delete
24
24
  # Remove a user from the account
25
- # Remove a user from the account. The user will be removed from the account but not deleted from Phrase. Access token scope must include <code>team.manage</code>.
25
+ # Remove a user from the account. The user will be removed from the account but not deleted from Phrase. Access token scope must include `team.manage`.
26
26
  # @param account_id Account ID
27
27
  # @param id ID
28
28
  # @param [Hash] opts the optional parameters
@@ -36,7 +36,7 @@ describe 'MembersApi' do
36
36
 
37
37
  # unit tests for member_show
38
38
  # Get single member
39
- # Get details on a single user in the account. Access token scope must include <code>team.manage</code>.
39
+ # Get details on a single user in the account. Access token scope must include `team.manage`.
40
40
  # @param account_id Account ID
41
41
  # @param id ID
42
42
  # @param [Hash] opts the optional parameters
@@ -50,7 +50,7 @@ describe 'MembersApi' do
50
50
 
51
51
  # unit tests for member_update
52
52
  # Update a member
53
- # Update user permissions in the account. Developers and translators need <code>project_ids</code> and <code>locale_ids</code> assigned to access them. Access token scope must include <code>team.manage</code>.
53
+ # Update user permissions in the account. Developers and translators need `project_ids` and `locale_ids` assigned to access them. Access token scope must include `team.manage`.
54
54
  # @param account_id Account ID
55
55
  # @param id ID
56
56
  # @param member_update_parameters
@@ -65,7 +65,7 @@ describe 'MembersApi' do
65
65
 
66
66
  # unit tests for member_update_settings
67
67
  # Update a member's project settings
68
- # Update user settings in the project. Access token scope must include <code>team.manage</code>.
68
+ # Update user settings in the project. Access token scope must include `team.manage`.
69
69
  # @param project_id Project ID
70
70
  # @param id ID
71
71
  # @param member_update_settings_parameters
@@ -80,7 +80,7 @@ describe 'MembersApi' do
80
80
 
81
81
  # unit tests for members_list
82
82
  # List members
83
- # Get all users active in the account. It also lists resources like projects and locales the member has access to. In case nothing is shown the default access from the role is used. Access token scope must include <code>team.manage</code>.
83
+ # Get all users active in the account. It also lists resources like projects and locales the member has access to. In case nothing is shown the default access from the role is used. Access token scope must include `team.manage`.
84
84
  # @param account_id Account ID
85
85
  # @param [Hash] opts the optional parameters
86
86
  # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
@@ -37,7 +37,7 @@ describe 'OrdersApi' do
37
37
 
38
38
  # unit tests for order_create
39
39
  # Create a new order
40
- # Create a new order. Access token scope must include <code>orders.create</code>.
40
+ # Create a new order. Access token scope must include `orders.create`.
41
41
  # @param project_id Project ID
42
42
  # @param order_create_parameters
43
43
  # @param [Hash] opts the optional parameters
@@ -52,7 +52,7 @@ describe 'ReleaseTriggersApi' do
52
52
 
53
53
  # unit tests for release_triggers_list
54
54
  # List release triggers
55
- # List all release triggers for the given distribution.<br> Note: Currently only one release trigger can exist per distribution.
55
+ # List all release triggers for the given distribution. Note: Currently only one release trigger can exist per distribution.
56
56
  # @param account_id Account ID
57
57
  # @param distribution_id Distribution ID
58
58
  # @param [Hash] opts the optional parameters
@@ -22,7 +22,7 @@ describe 'SearchApi' do
22
22
 
23
23
  # unit tests for search_in_account
24
24
  # Search across projects
25
- # Search for keys and translations in all account projects <br><br><i>Note: Search is limited to 10000 results and may not include recently updated data depending on the project sizes.</i>
25
+ # Search for keys and translations in all account projects *Note: Search is limited to 10000 results and may not include recently updated data depending on the project sizes.*
26
26
  # @param account_id Account ID
27
27
  # @param search_in_account_parameters
28
28
  # @param [Hash] opts the optional parameters
@@ -56,6 +56,7 @@ describe 'TagsApi' do
56
56
  # @param name name
57
57
  # @param [Hash] opts the optional parameters
58
58
  # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
59
+ # @option opts [Boolean] :omit_statistics omit statistics in the response
59
60
  # @option opts [String] :branch specify the branch to use
60
61
  # @return [TagWithStats]
61
62
  describe 'tag_show test' do
@@ -166,7 +166,7 @@ describe 'TranslationsApi' do
166
166
  # @option opts [String] :branch specify the branch to use
167
167
  # @option opts [String] :sort Sort criteria. Can be one of: key_name, created_at, updated_at.
168
168
  # @option opts [String] :order Order direction. Can be one of: asc, desc.
169
- # @option opts [String] :q Specify a query to find translations by content (including wildcards).<br><br> The following qualifiers are supported in the query:<br> <ul> <li><code>id:translation_id,...</code> for queries on a comma-separated list of ids</li> <li><code>unverified:{true|false}</code> for verification status</li> <li><code>tags:XYZ</code> for tags on the translation</li> <li><code>excluded:{true|false}</code> for exclusion status</li> <li><code>updated_at:{>=|<=}2013-02-21T00:00:00Z</code> for date range queries</li> </ul> Find more examples <a href=\"#overview--usage-examples\">here</a>.
169
+ # @option opts [String] :q Specify a query to find translations by content (including wildcards). The following qualifiers are supported in the query: * `id:translation_id,...` for queries on a comma-separated list of ids * `unverified:{true|false}` for verification status * `tags:XYZ` for tags on the translation * `excluded:{true|false}` for exclusion status * `updated_at:{>=|<=}2013-02-21T00:00:00Z` for date range queries Find more examples [here](/en/api/strings/usage-examples).
170
170
  # @return [Array<Translation>]
171
171
  describe 'translations_by_key test' do
172
172
  it 'should work' do
@@ -176,7 +176,7 @@ describe 'TranslationsApi' do
176
176
 
177
177
  # unit tests for translations_by_locale
178
178
  # List translations by locale
179
- # List translations for a specific locale. If you want to download all translations for one locale we recommend to use the &lt;code&gt;locales#download&lt;/code&gt; endpoint.
179
+ # List translations for a specific locale. If you want to download all translations for one locale we recommend to use the &#x60;locales#download&#x60; endpoint.
180
180
  # @param project_id Project ID
181
181
  # @param locale_id Locale ID
182
182
  # @param [Hash] opts the optional parameters
@@ -186,7 +186,7 @@ describe 'TranslationsApi' do
186
186
  # @option opts [String] :branch specify the branch to use
187
187
  # @option opts [String] :sort Sort criteria. Can be one of: key_name, created_at, updated_at.
188
188
  # @option opts [String] :order Order direction. Can be one of: asc, desc.
189
- # @option opts [String] :q Specify a query to find translations by content (including wildcards).&lt;br&gt;&lt;br&gt; &lt;i&gt;Note: Search is limited to 10000 results and may not include recently updated data (depending on the project size).&lt;/i&gt;&lt;br&gt; The following qualifiers are supported in the query:&lt;br&gt; &lt;ul&gt; &lt;li&gt;&lt;code&gt;id:translation_id,...&lt;/code&gt; for queries on a comma-separated list of ids&lt;/li&gt; &lt;li&gt;&lt;code&gt;unverified:{true|false}&lt;/code&gt; for verification status&lt;/li&gt; &lt;li&gt;&lt;code&gt;tags:XYZ&lt;/code&gt; for tags on the translation&lt;/li&gt; &lt;li&gt;&lt;code&gt;excluded:{true|false}&lt;/code&gt; for exclusion status&lt;/li&gt; &lt;li&gt;&lt;code&gt;updated_at:{&gt;&#x3D;|&lt;&#x3D;}2013-02-21T00:00:00Z&lt;/code&gt; for date range queries&lt;/li&gt; &lt;/ul&gt; Find more examples &lt;a href&#x3D;\&quot;#overview--usage-examples\&quot;&gt;here&lt;/a&gt;.
189
+ # @option opts [String] :q Specify a query to find translations by content (including wildcards). *Note: Search is limited to 10000 results and may not include recently updated data (depending on the project size).* The following qualifiers are supported in the query: - &#x60;id:translation_id,...&#x60; for queries on a comma-separated list of ids - &#x60;unverified:{true|false}&#x60; for verification status - &#x60;tags:XYZ&#x60; for tags on the translation - &#x60;excluded:{true|false}&#x60; for exclusion status - &#x60;updated_at:{&gt;&#x3D;|&lt;&#x3D;}2013-02-21T00:00:00Z&#x60; for date range queries Find more examples [here](/en/api/strings/usage-examples).
190
190
  # @return [Array<Translation>]
191
191
  describe 'translations_by_locale test' do
192
192
  it 'should work' do
@@ -224,18 +224,18 @@ describe 'TranslationsApi' do
224
224
 
225
225
  # unit tests for translations_list
226
226
  # List all translations
227
- # List translations for the given project. If you want to download all translations for one locale we recommend to use the &lt;code&gt;locales#download&lt;/code&gt; endpoint.
227
+ # List translations for the given project. If you want to download all translations for one locale we recommend to use the &#x60;locales#download&#x60; endpoint.
228
228
  # @param project_id Project ID
229
229
  # @param [Hash] opts the optional parameters
230
230
  # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
231
- # @option opts [String] :if_modified_since Last modified condition, see &lt;a href&#x3D;\&quot;#overview--conditional-get-requests--http-caching\&quot;&gt;Conditional GET requests / HTTP Caching&lt;/a&gt; (optional)
232
- # @option opts [String] :if_none_match ETag condition, see &lt;a href&#x3D;\&quot;#overview--conditional-get-requests--http-caching\&quot;&gt;Conditional GET requests / HTTP Caching&lt;/a&gt; (optional)
231
+ # @option opts [String] :if_modified_since Last modified condition, see [Conditional GET requests / HTTP Caching](/en/api/strings/pagination#conditional-get-requests-%2F-http-caching) (optional)
232
+ # @option opts [String] :if_none_match ETag condition, see [Conditional GET requests / HTTP Caching](/en/api/strings/pagination#conditional-get-requests-%2F-http-caching) (optional)
233
233
  # @option opts [Integer] :page Page number
234
234
  # @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default
235
235
  # @option opts [String] :branch specify the branch to use
236
236
  # @option opts [String] :sort Sort criteria. Can be one of: key_name, created_at, updated_at.
237
237
  # @option opts [String] :order Order direction. Can be one of: asc, desc.
238
- # @option opts [String] :q Specify a query to find translations by content (including wildcards).&lt;br&gt;&lt;br&gt; &lt;i&gt;Note: Search is limited to 10000 results and may not include recently updated data (depending on the project size).&lt;/i&gt;&lt;br&gt; The following qualifiers are supported in the query:&lt;br&gt; &lt;ul&gt; &lt;li&gt;&lt;code&gt;id:translation_id,...&lt;/code&gt; for queries on a comma-separated list of ids&lt;/li&gt; &lt;li&gt;&lt;code&gt;tags:XYZ&lt;/code&gt; for tags on the translation&lt;/li&gt; &lt;li&gt;&lt;code&gt;unverified:{true|false}&lt;/code&gt; for verification status&lt;/li&gt; &lt;li&gt;&lt;code&gt;excluded:{true|false}&lt;/code&gt; for exclusion status&lt;/li&gt; &lt;li&gt;&lt;code&gt;updated_at:{&gt;&#x3D;|&lt;&#x3D;}2013-02-21T00:00:00Z&lt;/code&gt; for date range queries&lt;/li&gt; &lt;li&gt;&lt;code&gt;reviewed_after:2013-02-21T00:00:00Z&lt;/code&gt; for fetching translations that were reviewed after the given timestamp&lt;/li&gt; &lt;/ul&gt; Find more examples &lt;a href&#x3D;\&quot;#overview--usage-examples\&quot;&gt;here&lt;/a&gt;.
238
+ # @option opts [String] :q Specify a query to find translations by content (including wildcards). *Note: Search is limited to 10000 results and may not include recently updated data (depending on the project size).* The following qualifiers are supported in the query: * &#x60;id:translation_id,...&#x60; for queries on a comma-separated list of ids * &#x60;tags:XYZ&#x60; for tags on the translation * &#x60;unverified:{true|false}&#x60; for verification status * &#x60;excluded:{true|false}&#x60; for exclusion status * &#x60;updated_at:{&gt;&#x3D;|&lt;&#x3D;}2013-02-21T00:00:00Z&#x60; for date range queries * &#x60;reviewed_after:2013-02-21T00:00:00Z&#x60; for fetching translations that were reviewed after the given timestamp Find more examples [here](/en/api/strings/usage-examples).
239
239
  # @return [Array<Translation>]
240
240
  describe 'translations_list test' do
241
241
  it 'should work' do
@@ -259,7 +259,7 @@ describe 'TranslationsApi' do
259
259
 
260
260
  # unit tests for translations_search
261
261
  # Search translations
262
- # Search translations for the given project. Provides the same search interface as &lt;code&gt;translations#index&lt;/code&gt; but allows POST requests to avoid limitations imposed by GET requests. If you want to download all translations for one locale we recommend to use the &lt;code&gt;locales#download&lt;/code&gt; endpoint.
262
+ # Search translations for the given project. Provides the same search interface as &#x60;translations#index&#x60; but allows POST requests to avoid limitations imposed by GET requests. If you want to download all translations for one locale we recommend to use the &#x60;locales#download&#x60; endpoint.
263
263
  # @param project_id Project ID
264
264
  # @param translations_search_parameters
265
265
  # @param [Hash] opts the optional parameters
@@ -44,6 +44,12 @@ describe 'KeyCreateParameters' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "use_ordinal_rules"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "name_plural"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,4 +38,10 @@ describe 'KeyPreview' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "use_ordinal_rules"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
41
47
  end
@@ -44,6 +44,12 @@ describe 'KeyUpdateParameters' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "use_ordinal_rules"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "name_plural"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -62,6 +62,12 @@ describe 'LocaleDetails' do
62
62
  end
63
63
  end
64
64
 
65
+ describe 'test attribute "ordinal_plural_forms"' do
66
+ it 'should work' do
67
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
+ end
69
+ end
70
+
65
71
  describe 'test attribute "source_locale"' do
66
72
  it 'should work' do
67
73
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -110,4 +110,10 @@ describe 'LocaleDownloadCreateParameters' do
110
110
  end
111
111
  end
112
112
 
113
+ describe 'test attribute "updated_since"' do
114
+ it 'should work' do
115
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
116
+ end
117
+ end
118
+
113
119
  end
@@ -62,6 +62,12 @@ describe 'Locale' do
62
62
  end
63
63
  end
64
64
 
65
+ describe 'test attribute "ordinal_plural_forms"' do
66
+ it 'should work' do
67
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
+ end
69
+ end
70
+
65
71
  describe 'test attribute "source_locale"' do
66
72
  it 'should work' do
67
73
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -50,6 +50,12 @@ describe 'TranslationKeyDetails' do
50
50
  end
51
51
  end
52
52
 
53
+ describe 'test attribute "use_ordinal_rules"' do
54
+ it 'should work' do
55
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
+ end
57
+ end
58
+
53
59
  describe 'test attribute "tags"' do
54
60
  it 'should work' do
55
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -50,6 +50,12 @@ describe 'TranslationKey' do
50
50
  end
51
51
  end
52
52
 
53
+ describe 'test attribute "use_ordinal_rules"' do
54
+ it 'should work' do
55
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
+ end
57
+ end
58
+
53
59
  describe 'test attribute "tags"' do
54
60
  it 'should work' do
55
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers