spec/api/users_api_spec.rb in phrase-1.0.14 vs spec/api/users_api_spec.rb in phrase-2.0.0
- old
+ new
@@ -23,10 +23,10 @@
# unit tests for show_user
# Show current User
# Show details for current User.
# @param [Hash] opts the optional parameters
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
- # @return [User]
+ # @return [CurrentUser]
describe 'show_user test' do
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end