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

- old
+ new

@@ -25,10 +25,10 @@ # Create a new webhook. # @param project_id Project ID # @param webhook_create_parameters # @param [Hash] opts the optional parameters # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional) - # @return [nil] + # @return [Webhook] describe 'webhook_create test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end