spec/api/comments_api_spec.rb in phrase-2.17.0 vs spec/api/comments_api_spec.rb in phrase-2.18.0

- old
+ new

@@ -145,9 +145,10 @@ # @option opts [Integer] :per_page Limit on the number of objects to be returned, between 1 and 100. 25 by default # @option opts [String] :branch specify the branch to use # @option opts [String] :query Search query for comment messages # @option opts [Array<String>] :locale_ids Search comments by their assigned locales # @option opts [Array<String>] :filters Specify the filter for the comments + # @option opts [String] :order Order direction. Can be one of: asc, desc. # @return [Array<Comment>] describe 'comments_list test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end