spec/api/comments_api_spec.rb in phrase-1.0.1 vs spec/api/comments_api_spec.rb in phrase-1.0.2
- old
+ new
@@ -26,10 +26,10 @@
# @param project_id Project ID
# @param key_id Translation Key ID
# @param comment_create_parameters
# @param [Hash] opts the optional parameters
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
- # @return [nil]
+ # @return [Comment]
describe 'comment_create test' do
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end