spec/api/invitations_api_spec.rb in phrase-1.0.1 vs spec/api/invitations_api_spec.rb in phrase-1.0.2

- old
+ new

@@ -25,10 +25,10 @@ # Invite a person to an account. Developers and translators need <code>project_ids</code> and <code>locale_ids</code> assigned to access them. Access token scope must include <code>team.manage</code>. # @param account_id Account ID # @param invitation_create_parameters # @param [Hash] opts the optional parameters # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional) - # @return [nil] + # @return [Invitation] describe 'invitation_create test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end