spec/api/formats_api_spec.rb in phrase-3.5.0 vs spec/api/formats_api_spec.rb in phrase-3.6.0
- old
+ new
@@ -22,10 +22,9 @@
# unit tests for formats_list
# List formats
# Get a handy list of all localization file formats supported in Phrase.
# @param [Hash] opts the optional parameters
- # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
# @return [Array<Format>]
describe 'formats_list test' do
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end