spec/api/webhooks_api_spec.rb in cloudsmith-api-1.30.0 vs spec/api/webhooks_api_spec.rb in cloudsmith-api-1.33.7
- old
+ new
@@ -4,11 +4,11 @@
#The API to the Cloudsmith Service
OpenAPI spec version: v1
Contact: support@cloudsmith.io
Generated by: https://github.com/swagger-api/swagger-codegen.git
-Swagger Codegen version: 2.2.3
+Swagger Codegen version: 2.4.26
=end
require 'spec_helper'
require 'json'
@@ -39,11 +39,11 @@
# @param repo
# @param [Hash] opts the optional parameters
# @option opts [WebhooksCreate] :data
# @return [RepositoryWebhook]
describe 'webhooks_create test' do
- it "should work" do
+ it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end
# unit tests for webhooks_delete
@@ -53,11 +53,11 @@
# @param repo
# @param identifier
# @param [Hash] opts the optional parameters
# @return [nil]
describe 'webhooks_delete test' do
- it "should work" do
+ it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end
# unit tests for webhooks_list
@@ -68,11 +68,11 @@
# @param [Hash] opts the optional parameters
# @option opts [Integer] :page A page number within the paginated result set.
# @option opts [Integer] :page_size Number of results to return per page.
# @return [Array<RepositoryWebhook>]
describe 'webhooks_list test' do
- it "should work" do
+ it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end
# unit tests for webhooks_partial_update
@@ -83,11 +83,11 @@
# @param identifier
# @param [Hash] opts the optional parameters
# @option opts [WebhooksPartialUpdate] :data
# @return [RepositoryWebhook]
describe 'webhooks_partial_update test' do
- it "should work" do
+ it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end
# unit tests for webhooks_read
@@ -97,10 +97,10 @@
# @param repo
# @param identifier
# @param [Hash] opts the optional parameters
# @return [RepositoryWebhook]
describe 'webhooks_read test' do
- it "should work" do
+ it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end
end