spec/api/uploads_api_spec.rb in phrase-2.12.0 vs spec/api/uploads_api_spec.rb in phrase-2.13.0
- old
+ new
@@ -38,10 +38,10 @@
# @option opts [Boolean] :skip_unverification Indicates whether the upload should unverify updated translations.
# @option opts [String] :file_encoding Enforces a specific encoding on the file contents. Valid options are \\\"UTF-8\\\", \\\"UTF-16\\\" and \\\"ISO-8859-1\\\".
# @option opts [Object] :locale_mapping Optional, format specific mapping between locale names and the columns the translations to those locales are contained in.
# @option opts [Object] :format_options Additional options available for specific formats. See our format guide for complete list.
# @option opts [Boolean] :autotranslate If set, translations for the uploaded language will be fetched automatically.
- # @option opts [Boolean] :mark_reviewed Indicated whether the imported translations should be marked as reviewed. This setting is available if the review workflow (currently beta) is enabled for the project.
+ # @option opts [Boolean] :mark_reviewed Indicated whether the imported translations should be marked as reviewed. This setting is available if the review workflow is enabled for the project.
# @return [Upload]
describe 'upload_create test' do
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end